Html Css Color HEX #F02392 Deep Pink

📋 copy color: '#F02392'

red 240 ◦ green 35 ◦ blue 146

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

Shades of Deep Pink #F02392

Tints of Deep Pink #F02392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.31%

 BLUE value IS 146 (57.42% from 255) = 34.68%

R = 57.01%
G = 8.31%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F02392 (or 0xF02392) is known color: Deep Pink. HEX triplet: F0, 23 and 92. RGB value is (240,35,146). Sum of RGB (Red+Green+Blue) = 240+35+146=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F02392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02392 is #0FDC6D. Grayscale: #6C6C6C. Windows color (decimal): -1039470 or 9577456. OLE color: 9577456.

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

Color convert

RGB 240 35 146 -
CMYK 0 0.85 0.39 0.06
HSL 327.51º 0.87% 0.54% -
HSV(B) 327.51º 0.85% 0.94% -
XYZ 41.72 21.8 29.2 -
YUV 108.95 148.92 221.47 -
System Red Green Blue C M Y K H S L
Decimal 240 35 146 0 0.85 0.39 0.06 327.51 0.87 0.54
Hex F0 23 92 0 55 27 6 148 57 36
Octal 360 43 222 0 125 47 6 510 127 66
Binary 11110000 100011 10010010 0 1010101 100111 110 101001000 1010111 110110

Color Harmonies of #F02392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02392

Black with #F02392

Text Example


Text Example

White with #F02392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02392; }

 p { color: rgb(240,35,146); }

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

background-color css

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

 a { background-color: rgb(240,35,146); }

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

border-color css

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

 span { border-color: rgb(240,35,146); }

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