Html Css Color HEX #F52194 Deep Pink

📋 copy color: '#F52194'

red 245 ◦ green 33 ◦ blue 148

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

Shades of Deep Pink #F52194

Tints of Deep Pink #F52194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.75%

 BLUE value IS 148 (58.2% from 255) = 34.74%

R = 57.51%
G = 7.75%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F52194 (or 0xF52194) is known color: Deep Pink. HEX triplet: F5, 21 and 94. RGB value is (245,33,148). Sum of RGB (Red+Green+Blue) = 245+33+148=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F52194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52194 is #0ADE6B. Grayscale: #6D6D6D. Windows color (decimal): -712300 or 9708021. OLE color: 9708021.

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

Color convert

RGB 245 33 148 -
CMYK 0 0.87 0.40 0.04
HSL 327.45º 0.91% 0.55% -
HSV(B) 327.45º 0.87% 0.96% -
XYZ 43.55 22.64 30.09 -
YUV 109.5 149.74 224.65 -
System Red Green Blue C M Y K H S L
Decimal 245 33 148 0 0.87 0.40 0.04 327.45 0.91 0.55
Hex F5 21 94 0 57 28 4 147 5B 37
Octal 365 41 224 0 127 50 4 507 133 67
Binary 11110101 100001 10010100 0 1010111 101000 100 101000111 1011011 110111

Color Harmonies of #F52194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52194

Black with #F52194

Text Example


Text Example

White with #F52194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52194; }

 p { color: rgb(245,33,148); }

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

background-color css

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

 a { background-color: rgb(245,33,148); }

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

border-color css

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

 span { border-color: rgb(245,33,148); }

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