Html Css Color HEX #F02AB0 Spicy Pink

📋 copy color: '#F02AB0'

red 240 ◦ green 42 ◦ blue 176

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

Shades of Spicy Pink #F02AB0

Tints of Spicy Pink #F02AB0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.17%

 BLUE value IS 176 (69.14% from 255) = 38.43%

R = 52.4%
G = 9.17%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F02AB0 (or 0xF02AB0) is known color: Spicy Pink. HEX triplet: F0, 2A and B0. RGB value is (240,42,176). Sum of RGB (Red+Green+Blue) = 240+42+176=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F02AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02AB0 is #0FD54F. Grayscale: #747474. Windows color (decimal): -1037648 or 11545328. OLE color: 11545328.

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

Color convert

RGB 240 42 176 -
CMYK 0 0.82 0.27 0.06
HSL 319.39º 0.87% 0.55% -
HSV(B) 319.39º 0.83% 0.94% -
XYZ 44.6 23.32 43.22 -
YUV 116.48 161.6 216.1 -
System Red Green Blue C M Y K H S L
Decimal 240 42 176 0 0.82 0.27 0.06 319.39 0.87 0.55
Hex F0 2A B0 0 52 1B 6 13F 57 37
Octal 360 52 260 0 122 33 6 477 127 67
Binary 11110000 101010 10110000 0 1010010 11011 110 100111111 1010111 110111

Color Harmonies of #F02AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02AB0

Black with #F02AB0

Text Example


Text Example

White with #F02AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02AB0; }

 p { color: rgb(240,42,176); }

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

background-color css

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

 a { background-color: rgb(240,42,176); }

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

border-color css

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

 span { border-color: rgb(240,42,176); }

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