Html Css Color HEX #F075BB Persian Pink

📋 copy color: '#F075BB'

red 240 ◦ green 117 ◦ blue 187

#F075BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F075BB

Tints of Persian Pink #F075BB

RGB

 RED value IS 240 (94.14% from 255) = 44.12%

 GREEN value IS 117 (46.09% from 255) = 21.51%

 BLUE value IS 187 (73.44% from 255) = 34.38%

R = 44.12%
G = 21.51%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F075BB (or 0xF075BB) is known color: Persian Pink. HEX triplet: F0, 75 and BB. RGB value is (240,117,187). Sum of RGB (Red+Green+Blue) = 240+117+187=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F075BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075BB is #0F8A44. Grayscale: #A1A1A1. Windows color (decimal): -1018437 or 12285424. OLE color: 12285424.

HSL color Cylindrical-coordinate representation of color #F075BB: hue angle of 325.85º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075BB is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 187 -
CMYK 0 0.51 0.22 0.06
HSL 325.85º 0.8% 0.7% -
HSV(B) 325.85º 0.51% 0.94% -
XYZ 51.27 34.84 51.04 -
YUV 161.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 240 117 187 0 0.51 0.22 0.06 325.85 0.8 0.7
Hex F0 75 BB 0 33 16 6 146 50 46
Octal 360 165 273 0 63 26 6 506 120 106
Binary 11110000 1110101 10111011 0 110011 10110 110 101000110 1010000 1000110

Color Harmonies of #F075BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075BB

Black with #F075BB

Text Example


Text Example

White with #F075BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075BB; }

 p { color: rgb(240,117,187); }

 H1.HeaderClassName
 {
   color: #F075BB;
 }
 .AnyTagClassName
 {
   color: #F075BB;
 }
</style>

background-color css

<style>
 a { background-color: #F075BB; }

 a { background-color: rgb(240,117,187); }

 div.DivClassName
 {
   background-color: #F075BB;
 }
 .BgClassName
 {
   background-color: #F075BB;
 }
</style>

border-color css

<style>
 span { border-color: #F075BB; }

 span { border-color: rgb(240,117,187); }

 td.TdClassName
 {
   border-color: #F075BB;
 }
 .TagClassName
 {
   border-color: #F075BB;
 }
</style>