Html Css Color HEX #F52279 Deep Pink

📋 copy color: '#F52279'

red 245 ◦ green 34 ◦ blue 121

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

Shades of Deep Pink #F52279

Tints of Deep Pink #F52279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.5%

 BLUE value IS 121 (47.66% from 255) = 30.25%

R = 61.25%
G = 8.5%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F52279 (or 0xF52279) is known color: Deep Pink. HEX triplet: F5, 22 and 79. RGB value is (245,34,121). Sum of RGB (Red+Green+Blue) = 245+34+121=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F52279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52279 is #0ADD86. Grayscale: #6A6A6A. Windows color (decimal): -712071 or 7938805. OLE color: 7938805.

HSL color Cylindrical-coordinate representation of color #F52279: hue angle of 335.26º 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 #F52279 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 34 121 -
CMYK 0 0.86 0.51 0.04
HSL 335.26º 0.91% 0.55% -
HSV(B) 335.26º 0.86% 0.96% -
XYZ 41.68 21.94 20.13 -
YUV 107.01 135.9 226.43 -
System Red Green Blue C M Y K H S L
Decimal 245 34 121 0 0.86 0.51 0.04 335.26 0.91 0.55
Hex F5 22 79 0 56 33 4 14F 5B 37
Octal 365 42 171 0 126 63 4 517 133 67
Binary 11110101 100010 1111001 0 1010110 110011 100 101001111 1011011 110111

Color Harmonies of #F52279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52279

Black with #F52279

Text Example


Text Example

White with #F52279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52279; }

 p { color: rgb(245,34,121); }

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

background-color css

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

 a { background-color: rgb(245,34,121); }

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

border-color css

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

 span { border-color: rgb(245,34,121); }

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