Html Css Color HEX #F06FB4 Hot Pink

📋 copy color: '#F06FB4'

red 240 ◦ green 111 ◦ blue 180

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

Shades of Hot Pink #F06FB4

Tints of Hot Pink #F06FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 45.2%
G = 20.9%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F06FB4 (or 0xF06FB4) is known color: Hot Pink. HEX triplet: F0, 6F and B4. RGB value is (240,111,180). Sum of RGB (Red+Green+Blue) = 240+111+180=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FB4 is #0F904B. Grayscale: #9D9D9D. Windows color (decimal): -1019980 or 11825136. OLE color: 11825136.

HSL color Cylindrical-coordinate representation of color #F06FB4: hue angle of 327.91º 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 #F06FB4 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 111 180 -
CMYK 0 0.54 0.25 0.06
HSL 327.91º 0.81% 0.69% -
HSV(B) 327.91º 0.54% 0.94% -
XYZ 49.86 33.19 46.96 -
YUV 157.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 240 111 180 0 0.54 0.25 0.06 327.91 0.81 0.69
Hex F0 6F B4 0 36 19 6 148 51 45
Octal 360 157 264 0 66 31 6 510 121 105
Binary 11110000 1101111 10110100 0 110110 11001 110 101001000 1010001 1000101

Color Harmonies of #F06FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FB4

Black with #F06FB4

Text Example


Text Example

White with #F06FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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