Html Css Color HEX #F066AC Hot Pink

📋 copy color: '#F066AC'

red 240 ◦ green 102 ◦ blue 172

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

Shades of Hot Pink #F066AC

Tints of Hot Pink #F066AC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.84%

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

R = 46.69%
G = 19.84%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F066AC (or 0xF066AC) is known color: Hot Pink. HEX triplet: F0, 66 and AC. RGB value is (240,102,172). Sum of RGB (Red+Green+Blue) = 240+102+172=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F066AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F066AC is #0F9953. Grayscale: #979797. Windows color (decimal): -1022292 or 11298544. OLE color: 11298544.

HSL color Cylindrical-coordinate representation of color #F066AC: hue angle of 329.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066AC is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 172 -
CMYK 0 0.58 0.28 0.06
HSL 329.57º 0.82% 0.67% -
HSV(B) 329.57º 0.58% 0.94% -
XYZ 48.13 31.01 42.48 -
YUV 151.24 139.72 191.31 -
System Red Green Blue C M Y K H S L
Decimal 240 102 172 0 0.58 0.28 0.06 329.57 0.82 0.67
Hex F0 66 AC 0 3A 1C 6 14A 52 43
Octal 360 146 254 0 72 34 6 512 122 103
Binary 11110000 1100110 10101100 0 111010 11100 110 101001010 1010010 1000011

Color Harmonies of #F066AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066AC

Black with #F066AC

Text Example


Text Example

White with #F066AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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