Html Css Color HEX #F52371 Cerise

📋 copy color: '#F52371'

red 245 ◦ green 35 ◦ blue 113

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

Shades of Cerise #F52371

Tints of Cerise #F52371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.91%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 62.34%
G = 8.91%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F52371 (or 0xF52371) is known color: Cerise. HEX triplet: F5, 23 and 71. RGB value is (245,35,113). Sum of RGB (Red+Green+Blue) = 245+35+113=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F52371 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52371 is #0ADC8E. Grayscale: #6A6A6A. Windows color (decimal): -711823 or 7414773. OLE color: 7414773.

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

Color convert

RGB 245 35 113 -
CMYK 0 0.86 0.54 0.04
HSL 337.71º 0.91% 0.55% -
HSV(B) 337.71º 0.86% 0.96% -
XYZ 41.24 21.81 17.66 -
YUV 106.68 131.57 226.66 -
System Red Green Blue C M Y K H S L
Decimal 245 35 113 0 0.86 0.54 0.04 337.71 0.91 0.55
Hex F5 23 71 0 56 36 4 152 5B 37
Octal 365 43 161 0 126 66 4 522 133 67
Binary 11110101 100011 1110001 0 1010110 110110 100 101010010 1011011 110111

Color Harmonies of #F52371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52371

Black with #F52371

Text Example


Text Example

White with #F52371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52371; }

 p { color: rgb(245,35,113); }

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

background-color css

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

 a { background-color: rgb(245,35,113); }

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

border-color css

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

 span { border-color: rgb(245,35,113); }

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