Html Css Color HEX #F52475 Cerise

📋 copy color: '#F52475'

red 245 ◦ green 36 ◦ blue 117

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

Shades of Cerise #F52475

Tints of Cerise #F52475

RGB

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

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

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

R = 61.56%
G = 9.05%
B = 29.4%

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

#F52475 (or 0xF52475) is known color: Cerise. HEX triplet: F5, 24 and 75. RGB value is (245,36,117). Sum of RGB (Red+Green+Blue) = 245+36+117=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F52475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52475 is #0ADB8A. Grayscale: #6B6B6B. Windows color (decimal): -711563 or 7677173. OLE color: 7677173.

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

Color convert

RGB 245 36 117 -
CMYK 0 0.85 0.52 0.04
HSL 336.75º 0.91% 0.55% -
HSV(B) 336.75º 0.85% 0.96% -
XYZ 41.5 21.96 18.88 -
YUV 107.73 133.24 225.91 -
System Red Green Blue C M Y K H S L
Decimal 245 36 117 0 0.85 0.52 0.04 336.75 0.91 0.55
Hex F5 24 75 0 55 34 4 151 5B 37
Octal 365 44 165 0 125 64 4 521 133 67
Binary 11110101 100100 1110101 0 1010101 110100 100 101010001 1011011 110111

Color Harmonies of #F52475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52475

Black with #F52475

Text Example


Text Example

White with #F52475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52475; }

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

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

background-color css

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

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

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

border-color css

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

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

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