Html Css Color HEX #F06AB5 Hot Pink

📋 copy color: '#F06AB5'

red 240 ◦ green 106 ◦ blue 181

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

Shades of Hot Pink #F06AB5

Tints of Hot Pink #F06AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.35%

R = 45.54%
G = 20.11%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F06AB5 (or 0xF06AB5) is known color: Hot Pink. HEX triplet: F0, 6A and B5. RGB value is (240,106,181). Sum of RGB (Red+Green+Blue) = 240+106+181=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06AB5 is #0F954A. Grayscale: #9A9A9A. Windows color (decimal): -1021259 or 11889392. OLE color: 11889392.

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

Color convert

RGB 240 106 181 -
CMYK 0 0.56 0.25 0.06
HSL 326.42º 0.82% 0.68% -
HSV(B) 326.42º 0.56% 0.94% -
XYZ 49.43 32.17 47.32 -
YUV 154.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 240 106 181 0 0.56 0.25 0.06 326.42 0.82 0.68
Hex F0 6A B5 0 38 19 6 146 52 44
Octal 360 152 265 0 70 31 6 506 122 104
Binary 11110000 1101010 10110101 0 111000 11001 110 101000110 1010010 1000100

Color Harmonies of #F06AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06AB5

Black with #F06AB5

Text Example


Text Example

White with #F06AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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