Html Css Color HEX #F06FBB Persian Pink

📋 copy color: '#F06FBB'

red 240 ◦ green 111 ◦ blue 187

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

Shades of Persian Pink #F06FBB

Tints of Persian Pink #F06FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.63%

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

R = 44.61%
G = 20.63%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F06FBB (or 0xF06FBB) is known color: Persian Pink. HEX triplet: F0, 6F and BB. RGB value is (240,111,187). Sum of RGB (Red+Green+Blue) = 240+111+187=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FBB is #0F9044. Grayscale: #9E9E9E. Windows color (decimal): -1019973 or 12283888. OLE color: 12283888.

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

Color convert

RGB 240 111 187 -
CMYK 0 0.54 0.22 0.06
HSL 324.65º 0.81% 0.69% -
HSV(B) 324.65º 0.54% 0.94% -
XYZ 50.59 33.48 50.81 -
YUV 158.24 144.24 186.32 -
System Red Green Blue C M Y K H S L
Decimal 240 111 187 0 0.54 0.22 0.06 324.65 0.81 0.69
Hex F0 6F BB 0 36 16 6 145 51 45
Octal 360 157 273 0 66 26 6 505 121 105
Binary 11110000 1101111 10111011 0 110110 10110 110 101000101 1010001 1000101

Color Harmonies of #F06FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FBB

Black with #F06FBB

Text Example


Text Example

White with #F06FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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