Html Css Color HEX #F52278 Deep Pink

📋 copy color: '#F52278'

red 245 ◦ green 34 ◦ blue 120

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

Shades of Deep Pink #F52278

Tints of Deep Pink #F52278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.08%

R = 61.4%
G = 8.52%
B = 30.08%

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

#F52278 (or 0xF52278) is known color: Deep Pink. HEX triplet: F5, 22 and 78. RGB value is (245,34,120). Sum of RGB (Red+Green+Blue) = 245+34+120=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F52278 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52278 is #0ADD87. Grayscale: #6A6A6A. Windows color (decimal): -712072 or 7873269. OLE color: 7873269.

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

Color convert

RGB 245 34 120 -
CMYK 0 0.86 0.51 0.04
HSL 335.55º 0.91% 0.55% -
HSV(B) 335.55º 0.86% 0.96% -
XYZ 41.62 21.91 19.81 -
YUV 106.89 135.4 226.51 -
System Red Green Blue C M Y K H S L
Decimal 245 34 120 0 0.86 0.51 0.04 335.55 0.91 0.55
Hex F5 22 78 0 56 33 4 150 5B 37
Octal 365 42 170 0 126 63 4 520 133 67
Binary 11110101 100010 1111000 0 1010110 110011 100 101010000 1011011 110111

Color Harmonies of #F52278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52278

Black with #F52278

Text Example


Text Example

White with #F52278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52278; }

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

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

background-color css

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

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

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

border-color css

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

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

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