Html Css Color HEX #F06AA2 Hot Pink

📋 copy color: '#F06AA2'

red 240 ◦ green 106 ◦ blue 162

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

Shades of Hot Pink #F06AA2

Tints of Hot Pink #F06AA2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.87%

 BLUE value IS 162 (63.67% from 255) = 31.89%

R = 47.24%
G = 20.87%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F06AA2 (or 0xF06AA2) is known color: Hot Pink. HEX triplet: F0, 6A and A2. RGB value is (240,106,162). Sum of RGB (Red+Green+Blue) = 240+106+162=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06AA2 is #0F955D. Grayscale: #989898. Windows color (decimal): -1021278 or 10644208. OLE color: 10644208.

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

Color convert

RGB 240 106 162 -
CMYK 0 0.56 0.32 0.06
HSL 334.93º 0.82% 0.68% -
HSV(B) 334.93º 0.56% 0.94% -
XYZ 47.61 31.44 37.74 -
YUV 152.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 240 106 162 0 0.56 0.32 0.06 334.93 0.82 0.68
Hex F0 6A A2 0 38 20 6 14F 52 44
Octal 360 152 242 0 70 40 6 517 122 104
Binary 11110000 1101010 10100010 0 111000 100000 110 101001111 1010010 1000100

Color Harmonies of #F06AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06AA2

Black with #F06AA2

Text Example


Text Example

White with #F06AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06AA2; }

 p { color: rgb(240,106,162); }

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

background-color css

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

 a { background-color: rgb(240,106,162); }

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

border-color css

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

 span { border-color: rgb(240,106,162); }

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