Html Css Color HEX #F52476 Cerise

📋 copy color: '#F52476'

red 245 ◦ green 36 ◦ blue 118

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

Shades of Cerise #F52476

Tints of Cerise #F52476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.02%

 BLUE value IS 118 (46.48% from 255) = 29.57%

R = 61.4%
G = 9.02%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F52476 (or 0xF52476) is known color: Cerise. HEX triplet: F5, 24 and 76. RGB value is (245,36,118). Sum of RGB (Red+Green+Blue) = 245+36+118=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F52476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52476 is #0ADB89. Grayscale: #6B6B6B. Windows color (decimal): -711562 or 7742709. OLE color: 7742709.

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

Color convert

RGB 245 36 118 -
CMYK 0 0.85 0.52 0.04
HSL 336.46º 0.91% 0.55% -
HSV(B) 336.46º 0.85% 0.96% -
XYZ 41.56 21.98 19.19 -
YUV 107.84 133.74 225.83 -
System Red Green Blue C M Y K H S L
Decimal 245 36 118 0 0.85 0.52 0.04 336.46 0.91 0.55
Hex F5 24 76 0 55 34 4 150 5B 37
Octal 365 44 166 0 125 64 4 520 133 67
Binary 11110101 100100 1110110 0 1010101 110100 100 101010000 1011011 110111

Color Harmonies of #F52476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52476

Black with #F52476

Text Example


Text Example

White with #F52476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52476; }

 p { color: rgb(245,36,118); }

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

background-color css

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

 a { background-color: rgb(245,36,118); }

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

border-color css

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

 span { border-color: rgb(245,36,118); }

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