Html Css Color HEX #F06BA2 Hot Pink

📋 copy color: '#F06BA2'

red 240 ◦ green 107 ◦ blue 162

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

Shades of Hot Pink #F06BA2

Tints of Hot Pink #F06BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.02%

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

R = 47.15%
G = 21.02%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F06BA2 (or 0xF06BA2) is known color: Hot Pink. HEX triplet: F0, 6B and A2. RGB value is (240,107,162). Sum of RGB (Red+Green+Blue) = 240+107+162=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BA2 is #0F945D. Grayscale: #989898. Windows color (decimal): -1021022 or 10644464. OLE color: 10644464.

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

Color convert

RGB 240 107 162 -
CMYK 0 0.55 0.32 0.06
HSL 335.19º 0.82% 0.68% -
HSV(B) 335.19º 0.55% 0.94% -
XYZ 47.71 31.65 37.78 -
YUV 153.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 240 107 162 0 0.55 0.32 0.06 335.19 0.82 0.68
Hex F0 6B A2 0 37 20 6 14F 52 44
Octal 360 153 242 0 67 40 6 517 122 104
Binary 11110000 1101011 10100010 0 110111 100000 110 101001111 1010010 1000100

Color Harmonies of #F06BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BA2

Black with #F06BA2

Text Example


Text Example

White with #F06BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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