Html Css Color HEX #F06AB9 Hot Pink

📋 copy color: '#F06AB9'

red 240 ◦ green 106 ◦ blue 185

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

Shades of Hot Pink #F06AB9

Tints of Hot Pink #F06AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.84%

R = 45.2%
G = 19.96%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F06AB9 (or 0xF06AB9) is known color: Hot Pink. HEX triplet: F0, 6A and B9. RGB value is (240,106,185). Sum of RGB (Red+Green+Blue) = 240+106+185=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06AB9 is #0F9546. Grayscale: #9A9A9A. Windows color (decimal): -1021255 or 12151536. OLE color: 12151536.

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

Color convert

RGB 240 106 185 -
CMYK 0 0.56 0.23 0.06
HSL 324.63º 0.82% 0.68% -
HSV(B) 324.63º 0.56% 0.94% -
XYZ 49.85 32.34 49.51 -
YUV 155.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 240 106 185 0 0.56 0.23 0.06 324.63 0.82 0.68
Hex F0 6A B9 0 38 17 6 145 52 44
Octal 360 152 271 0 70 27 6 505 122 104
Binary 11110000 1101010 10111001 0 111000 10111 110 101000101 1010010 1000100

Color Harmonies of #F06AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06AB9

Black with #F06AB9

Text Example


Text Example

White with #F06AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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