Html Css Color HEX #F02084 Deep Pink

📋 copy color: '#F02084'

red 240 ◦ green 32 ◦ blue 132

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

Shades of Deep Pink #F02084

Tints of Deep Pink #F02084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.92%

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 59.41%
G = 7.92%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F02084 (or 0xF02084) is known color: Deep Pink. HEX triplet: F0, 20 and 84. RGB value is (240,32,132). Sum of RGB (Red+Green+Blue) = 240+32+132=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F02084 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02084 is #0FDF7B. Grayscale: #696969. Windows color (decimal): -1040252 or 8659184. OLE color: 8659184.

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

Color convert

RGB 240 32 132 -
CMYK 0 0.87 0.45 0.06
HSL 331.15º 0.87% 0.53% -
HSV(B) 331.15º 0.87% 0.94% -
XYZ 40.62 21.22 23.79 -
YUV 105.59 142.91 223.87 -
System Red Green Blue C M Y K H S L
Decimal 240 32 132 0 0.87 0.45 0.06 331.15 0.87 0.53
Hex F0 20 84 0 57 2D 6 14B 57 35
Octal 360 40 204 0 127 55 6 513 127 65
Binary 11110000 100000 10000100 0 1010111 101101 110 101001011 1010111 110101

Color Harmonies of #F02084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02084

Black with #F02084

Text Example


Text Example

White with #F02084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02084; }

 p { color: rgb(240,32,132); }

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

background-color css

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

 a { background-color: rgb(240,32,132); }

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

border-color css

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

 span { border-color: rgb(240,32,132); }

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