Html Css Color HEX #F02DB5 Spicy Pink

📋 copy color: '#F02DB5'

red 240 ◦ green 45 ◦ blue 181

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

Shades of Spicy Pink #F02DB5

Tints of Spicy Pink #F02DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.66%

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

R = 51.5%
G = 9.66%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F02DB5 (or 0xF02DB5) is known color: Spicy Pink. HEX triplet: F0, 2D and B5. RGB value is (240,45,181). Sum of RGB (Red+Green+Blue) = 240+45+181=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F02DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02DB5 is #0FD24A. Grayscale: #767676. Windows color (decimal): -1036875 or 11873776. OLE color: 11873776.

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

Color convert

RGB 240 45 181 -
CMYK 0 0.81 0.25 0.06
HSL 318.15º 0.87% 0.56% -
HSV(B) 318.15º 0.81% 0.94% -
XYZ 45.21 23.74 45.91 -
YUV 118.81 163.1 214.44 -
System Red Green Blue C M Y K H S L
Decimal 240 45 181 0 0.81 0.25 0.06 318.15 0.87 0.56
Hex F0 2D B5 0 51 19 6 13E 57 38
Octal 360 55 265 0 121 31 6 476 127 70
Binary 11110000 101101 10110101 0 1010001 11001 110 100111110 1010111 111000

Color Harmonies of #F02DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02DB5

Black with #F02DB5

Text Example


Text Example

White with #F02DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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