Html Css Color HEX #F02090 Deep Pink

📋 copy color: '#F02090'

red 240 ◦ green 32 ◦ blue 144

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

Shades of Deep Pink #F02090

Tints of Deep Pink #F02090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 57.69%
G = 7.69%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F02090 (or 0xF02090) is known color: Deep Pink. HEX triplet: F0, 20 and 90. RGB value is (240,32,144). Sum of RGB (Red+Green+Blue) = 240+32+144=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F02090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02090 is #0FDF6F. Grayscale: #6A6A6A. Windows color (decimal): -1040240 or 9445616. OLE color: 9445616.

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

Color convert

RGB 240 32 144 -
CMYK 0 0.87 0.4 0.06
HSL 327.69º 0.87% 0.53% -
HSV(B) 327.69º 0.87% 0.94% -
XYZ 41.49 21.57 28.36 -
YUV 106.96 148.91 222.89 -
System Red Green Blue C M Y K H S L
Decimal 240 32 144 0 0.87 0.4 0.06 327.69 0.87 0.53
Hex F0 20 90 0 57 28 6 148 57 35
Octal 360 40 220 0 127 50 6 510 127 65
Binary 11110000 100000 10010000 0 1010111 101000 110 101001000 1010111 110101

Color Harmonies of #F02090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02090

Black with #F02090

Text Example


Text Example

White with #F02090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02090; }

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

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

background-color css

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

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

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

border-color css

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

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

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