Html Css Color HEX #F52370 Cerise

📋 copy color: '#F52370'

red 245 ◦ green 35 ◦ blue 112

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

Shades of Cerise #F52370

Tints of Cerise #F52370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.57%

R = 62.5%
G = 8.93%
B = 28.57%

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

#F52370 (or 0xF52370) is known color: Cerise. HEX triplet: F5, 23 and 70. RGB value is (245,35,112). Sum of RGB (Red+Green+Blue) = 245+35+112=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F52370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52370 is #0ADC8F. Grayscale: #6A6A6A. Windows color (decimal): -711824 or 7349237. OLE color: 7349237.

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

Color convert

RGB 245 35 112 -
CMYK 0 0.86 0.54 0.04
HSL 338º 0.91% 0.55% -
HSV(B) 338º 0.86% 0.96% -
XYZ 41.18 21.78 17.36 -
YUV 106.57 131.07 226.74 -
System Red Green Blue C M Y K H S L
Decimal 245 35 112 0 0.86 0.54 0.04 338 0.91 0.55
Hex F5 23 70 0 56 36 4 152 5B 37
Octal 365 43 160 0 126 66 4 522 133 67
Binary 11110101 100011 1110000 0 1010110 110110 100 101010010 1011011 110111

Color Harmonies of #F52370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52370

Black with #F52370

Text Example


Text Example

White with #F52370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52370; }

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

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

background-color css

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

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

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

border-color css

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

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

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