Html Css Color HEX #F52392 Deep Pink

📋 copy color: '#F52392'

red 245 ◦ green 35 ◦ blue 146

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

Shades of Deep Pink #F52392

Tints of Deep Pink #F52392

RGB

 RED value IS 245 (96.09% from 255) = 57.51%

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

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

R = 57.51%
G = 8.22%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F52392 (or 0xF52392) is known color: Deep Pink. HEX triplet: F5, 23 and 92. RGB value is (245,35,146). Sum of RGB (Red+Green+Blue) = 245+35+146=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F52392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52392 is #0ADC6D. Grayscale: #6E6E6E. Windows color (decimal): -711790 or 9577461. OLE color: 9577461.

HSL color Cylindrical-coordinate representation of color #F52392: hue angle of 328.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52392 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 35 146 -
CMYK 0 0.86 0.40 0.04
HSL 328.29º 0.91% 0.55% -
HSV(B) 328.29º 0.86% 0.96% -
XYZ 43.45 22.69 29.28 -
YUV 110.44 148.07 223.97 -
System Red Green Blue C M Y K H S L
Decimal 245 35 146 0 0.86 0.40 0.04 328.29 0.91 0.55
Hex F5 23 92 0 56 28 4 148 5B 37
Octal 365 43 222 0 126 50 4 510 133 67
Binary 11110101 100011 10010010 0 1010110 101000 100 101001000 1011011 110111

Color Harmonies of #F52392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52392

Black with #F52392

Text Example


Text Example

White with #F52392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52392; }

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

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

background-color css

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

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

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

border-color css

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

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

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