Html Css Color HEX #F52779 Deep Cerise

📋 copy color: '#F52779'

red 245 ◦ green 39 ◦ blue 121

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

Shades of Deep Cerise #F52779

Tints of Deep Cerise #F52779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.63%

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

R = 60.49%
G = 9.63%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F52779 (or 0xF52779) is known color: Deep Cerise. HEX triplet: F5, 27 and 79. RGB value is (245,39,121). Sum of RGB (Red+Green+Blue) = 245+39+121=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F52779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52779 is #0AD886. Grayscale: #6D6D6D. Windows color (decimal): -710791 or 7940085. OLE color: 7940085.

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

Color convert

RGB 245 39 121 -
CMYK 0 0.84 0.51 0.04
HSL 336.12º 0.91% 0.56% -
HSV(B) 336.12º 0.84% 0.96% -
XYZ 41.83 22.24 20.18 -
YUV 109.94 134.25 224.33 -
System Red Green Blue C M Y K H S L
Decimal 245 39 121 0 0.84 0.51 0.04 336.12 0.91 0.56
Hex F5 27 79 0 54 33 4 150 5B 38
Octal 365 47 171 0 124 63 4 520 133 70
Binary 11110101 100111 1111001 0 1010100 110011 100 101010000 1011011 111000

Color Harmonies of #F52779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52779

Black with #F52779

Text Example


Text Example

White with #F52779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52779; }

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

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

background-color css

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

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

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

border-color css

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

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

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