Html Css Color HEX #F06BAC Hot Pink

📋 copy color: '#F06BAC'

red 240 ◦ green 107 ◦ blue 172

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

Shades of Hot Pink #F06BAC

Tints of Hot Pink #F06BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.62%

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 46.24%
G = 20.62%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F06BAC (or 0xF06BAC) is known color: Hot Pink. HEX triplet: F0, 6B and AC. RGB value is (240,107,172). Sum of RGB (Red+Green+Blue) = 240+107+172=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BAC is #0F9453. Grayscale: #9A9A9A. Windows color (decimal): -1021012 or 11299824. OLE color: 11299824.

HSL color Cylindrical-coordinate representation of color #F06BAC: hue angle of 330.68º degrees, saturation: 0.82, 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 #F06BAC is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 107 172 -
CMYK 0 0.55 0.28 0.06
HSL 330.68º 0.82% 0.68% -
HSV(B) 330.68º 0.55% 0.94% -
XYZ 48.64 32.02 42.65 -
YUV 154.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 240 107 172 0 0.55 0.28 0.06 330.68 0.82 0.68
Hex F0 6B AC 0 37 1C 6 14B 52 44
Octal 360 153 254 0 67 34 6 513 122 104
Binary 11110000 1101011 10101100 0 110111 11100 110 101001011 1010010 1000100

Color Harmonies of #F06BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BAC

Black with #F06BAC

Text Example


Text Example

White with #F06BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BAC; }

 p { color: rgb(240,107,172); }

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

background-color css

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

 a { background-color: rgb(240,107,172); }

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

border-color css

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

 span { border-color: rgb(240,107,172); }

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