Html Css Color HEX #F02083 Deep Pink

📋 copy color: '#F02083'

red 240 ◦ green 32 ◦ blue 131

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

Shades of Deep Pink #F02083

Tints of Deep Pink #F02083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.51%

R = 59.55%
G = 7.94%
B = 32.51%

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

#F02083 (or 0xF02083) is known color: Deep Pink. HEX triplet: F0, 20 and 83. RGB value is (240,32,131). Sum of RGB (Red+Green+Blue) = 240+32+131=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F02083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02083 is #0FDF7C. Grayscale: #696969. Windows color (decimal): -1040253 or 8593648. OLE color: 8593648.

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

Color convert

RGB 240 32 131 -
CMYK 0 0.87 0.45 0.06
HSL 331.44º 0.87% 0.53% -
HSV(B) 331.44º 0.87% 0.94% -
XYZ 40.55 21.2 23.43 -
YUV 105.48 142.41 223.95 -
System Red Green Blue C M Y K H S L
Decimal 240 32 131 0 0.87 0.45 0.06 331.44 0.87 0.53
Hex F0 20 83 0 57 2D 6 14B 57 35
Octal 360 40 203 0 127 55 6 513 127 65
Binary 11110000 100000 10000011 0 1010111 101101 110 101001011 1010111 110101

Color Harmonies of #F02083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02083

Black with #F02083

Text Example


Text Example

White with #F02083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02083; }

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

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

background-color css

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

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

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

border-color css

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

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

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