Html Css Color HEX #F06AB4 Hot Pink

📋 copy color: '#F06AB4'

red 240 ◦ green 106 ◦ blue 180

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

Shades of Hot Pink #F06AB4

Tints of Hot Pink #F06AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.22%

R = 45.63%
G = 20.15%
B = 34.22%

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

#F06AB4 (or 0xF06AB4) is known color: Hot Pink. HEX triplet: F0, 6A and B4. RGB value is (240,106,180). Sum of RGB (Red+Green+Blue) = 240+106+180=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06AB4 is #0F954B. Grayscale: #9A9A9A. Windows color (decimal): -1021260 or 11823856. OLE color: 11823856.

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

Color convert

RGB 240 106 180 -
CMYK 0 0.56 0.25 0.06
HSL 326.87º 0.82% 0.68% -
HSV(B) 326.87º 0.56% 0.94% -
XYZ 49.33 32.13 46.78 -
YUV 154.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 240 106 180 0 0.56 0.25 0.06 326.87 0.82 0.68
Hex F0 6A B4 0 38 19 6 147 52 44
Octal 360 152 264 0 70 31 6 507 122 104
Binary 11110000 1101010 10110100 0 111000 11001 110 101000111 1010010 1000100

Color Harmonies of #F06AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06AB4

Black with #F06AB4

Text Example


Text Example

White with #F06AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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