Html Css Color HEX #F52679 Deep Cerise

📋 copy color: '#F52679'

red 245 ◦ green 38 ◦ blue 121

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

Shades of Deep Cerise #F52679

Tints of Deep Cerise #F52679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.41%

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

R = 60.64%
G = 9.41%
B = 29.95%

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

#F52679 (or 0xF52679) is known color: Deep Cerise. HEX triplet: F5, 26 and 79. RGB value is (245,38,121). Sum of RGB (Red+Green+Blue) = 245+38+121=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F52679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52679 is #0AD986. Grayscale: #6D6D6D. Windows color (decimal): -711047 or 7939829. OLE color: 7939829.

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

Color convert

RGB 245 38 121 -
CMYK 0 0.84 0.51 0.04
HSL 335.94º 0.91% 0.55% -
HSV(B) 335.94º 0.84% 0.96% -
XYZ 41.8 22.18 20.17 -
YUV 109.36 134.58 224.75 -
System Red Green Blue C M Y K H S L
Decimal 245 38 121 0 0.84 0.51 0.04 335.94 0.91 0.55
Hex F5 26 79 0 54 33 4 150 5B 37
Octal 365 46 171 0 124 63 4 520 133 67
Binary 11110101 100110 1111001 0 1010100 110011 100 101010000 1011011 110111

Color Harmonies of #F52679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52679

Black with #F52679

Text Example


Text Example

White with #F52679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52679; }

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

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

background-color css

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

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

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

border-color css

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

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

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