Html Css Color HEX #F06ABA Hot Pink

📋 copy color: '#F06ABA'

red 240 ◦ green 106 ◦ blue 186

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

Shades of Hot Pink #F06ABA

Tints of Hot Pink #F06ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 45.11%
G = 19.92%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F06ABA (or 0xF06ABA) is known color: Hot Pink. HEX triplet: F0, 6A and BA. RGB value is (240,106,186). Sum of RGB (Red+Green+Blue) = 240+106+186=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ABA is #0F9545. Grayscale: #9B9B9B. Windows color (decimal): -1021254 or 12217072. OLE color: 12217072.

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

Color convert

RGB 240 106 186 -
CMYK 0 0.56 0.22 0.06
HSL 324.18º 0.82% 0.68% -
HSV(B) 324.18º 0.56% 0.94% -
XYZ 49.95 32.38 50.07 -
YUV 155.19 145.39 188.5 -
System Red Green Blue C M Y K H S L
Decimal 240 106 186 0 0.56 0.22 0.06 324.18 0.82 0.68
Hex F0 6A BA 0 38 16 6 144 52 44
Octal 360 152 272 0 70 26 6 504 122 104
Binary 11110000 1101010 10111010 0 111000 10110 110 101000100 1010010 1000100

Color Harmonies of #F06ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06ABA

Black with #F06ABA

Text Example


Text Example

White with #F06ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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