Html Css Color HEX #F06CAB Hot Pink

📋 copy color: '#F06CAB'

red 240 ◦ green 108 ◦ blue 171

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

Shades of Hot Pink #F06CAB

Tints of Hot Pink #F06CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.81%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 46.24%
G = 20.81%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F06CAB (or 0xF06CAB) is known color: Hot Pink. HEX triplet: F0, 6C and AB. RGB value is (240,108,171). Sum of RGB (Red+Green+Blue) = 240+108+171=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06CAB is #0F9354. Grayscale: #9A9A9A. Windows color (decimal): -1020757 or 11234544. OLE color: 11234544.

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

Color convert

RGB 240 108 171 -
CMYK 0 0.55 0.29 0.06
HSL 331.36º 0.81% 0.68% -
HSV(B) 331.36º 0.55% 0.94% -
XYZ 48.65 32.19 42.18 -
YUV 154.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 240 108 171 0 0.55 0.29 0.06 331.36 0.81 0.68
Hex F0 6C AB 0 37 1D 6 14B 51 44
Octal 360 154 253 0 67 35 6 513 121 104
Binary 11110000 1101100 10101011 0 110111 11101 110 101001011 1010001 1000100

Color Harmonies of #F06CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CAB

Black with #F06CAB

Text Example


Text Example

White with #F06CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CAB; }

 p { color: rgb(240,108,171); }

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

background-color css

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

 a { background-color: rgb(240,108,171); }

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

border-color css

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

 span { border-color: rgb(240,108,171); }

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