Html Css Color HEX #F52095 Deep Pink

📋 copy color: '#F52095'

red 245 ◦ green 32 ◦ blue 149

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

Shades of Deep Pink #F52095

Tints of Deep Pink #F52095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 57.51%
G = 7.51%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F52095 (or 0xF52095) is known color: Deep Pink. HEX triplet: F5, 20 and 95. RGB value is (245,32,149). Sum of RGB (Red+Green+Blue) = 245+32+149=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F52095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52095 is #0ADF6A. Grayscale: #6C6C6C. Windows color (decimal): -712555 or 9773301. OLE color: 9773301.

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

Color convert

RGB 245 32 149 -
CMYK 0 0.87 0.39 0.04
HSL 327.04º 0.91% 0.54% -
HSV(B) 327.04º 0.87% 0.96% -
XYZ 43.6 22.62 30.5 -
YUV 109.03 150.57 224.99 -
System Red Green Blue C M Y K H S L
Decimal 245 32 149 0 0.87 0.39 0.04 327.04 0.91 0.54
Hex F5 20 95 0 57 27 4 147 5B 36
Octal 365 40 225 0 127 47 4 507 133 66
Binary 11110101 100000 10010101 0 1010111 100111 100 101000111 1011011 110110

Color Harmonies of #F52095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52095

Black with #F52095

Text Example


Text Example

White with #F52095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52095; }

 p { color: rgb(245,32,149); }

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

background-color css

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

 a { background-color: rgb(245,32,149); }

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

border-color css

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

 span { border-color: rgb(245,32,149); }

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