Html Css Color HEX #F52273 Cerise

📋 copy color: '#F52273'

red 245 ◦ green 34 ◦ blue 115

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

Shades of Cerise #F52273

Tints of Cerise #F52273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.63%

 BLUE value IS 115 (45.31% from 255) = 29.19%

R = 62.18%
G = 8.63%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F52273 (or 0xF52273) is known color: Cerise. HEX triplet: F5, 22 and 73. RGB value is (245,34,115). Sum of RGB (Red+Green+Blue) = 245+34+115=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F52273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52273 is #0ADD8C. Grayscale: #6A6A6A. Windows color (decimal): -712077 or 7545589. OLE color: 7545589.

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

Color convert

RGB 245 34 115 -
CMYK 0 0.86 0.53 0.04
HSL 336.97º 0.91% 0.55% -
HSV(B) 336.97º 0.86% 0.96% -
XYZ 41.32 21.79 18.25 -
YUV 106.32 132.9 226.91 -
System Red Green Blue C M Y K H S L
Decimal 245 34 115 0 0.86 0.53 0.04 336.97 0.91 0.55
Hex F5 22 73 0 56 35 4 151 5B 37
Octal 365 42 163 0 126 65 4 521 133 67
Binary 11110101 100010 1110011 0 1010110 110101 100 101010001 1011011 110111

Color Harmonies of #F52273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52273

Black with #F52273

Text Example


Text Example

White with #F52273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52273; }

 p { color: rgb(245,34,115); }

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

background-color css

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

 a { background-color: rgb(245,34,115); }

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

border-color css

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

 span { border-color: rgb(245,34,115); }

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