Html Css Color HEX #F52875 Cerise

📋 copy color: '#F52875'

red 245 ◦ green 40 ◦ blue 117

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

Shades of Cerise #F52875

Tints of Cerise #F52875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.95%

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 60.95%
G = 9.95%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F52875 (or 0xF52875) is known color: Cerise. HEX triplet: F5, 28 and 75. RGB value is (245,40,117). Sum of RGB (Red+Green+Blue) = 245+40+117=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F52875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52875 is #0AD78A. Grayscale: #6D6D6D. Windows color (decimal): -710539 or 7678197. OLE color: 7678197.

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

Color convert

RGB 245 40 117 -
CMYK 0 0.84 0.52 0.04
HSL 337.46º 0.91% 0.56% -
HSV(B) 337.46º 0.84% 0.96% -
XYZ 41.63 22.21 18.92 -
YUV 110.07 131.92 224.24 -
System Red Green Blue C M Y K H S L
Decimal 245 40 117 0 0.84 0.52 0.04 337.46 0.91 0.56
Hex F5 28 75 0 54 34 4 151 5B 38
Octal 365 50 165 0 124 64 4 521 133 70
Binary 11110101 101000 1110101 0 1010100 110100 100 101010001 1011011 111000

Color Harmonies of #F52875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52875

Black with #F52875

Text Example


Text Example

White with #F52875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52875; }

 p { color: rgb(245,40,117); }

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

background-color css

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

 a { background-color: rgb(245,40,117); }

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

border-color css

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

 span { border-color: rgb(245,40,117); }

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