Html Css Color HEX #F52474 Cerise

📋 copy color: '#F52474'

red 245 ◦ green 36 ◦ blue 116

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

Shades of Cerise #F52474

Tints of Cerise #F52474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 61.71%
G = 9.07%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F52474 (or 0xF52474) is known color: Cerise. HEX triplet: F5, 24 and 74. RGB value is (245,36,116). Sum of RGB (Red+Green+Blue) = 245+36+116=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F52474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52474 is #0ADB8B. Grayscale: #6B6B6B. Windows color (decimal): -711564 or 7611637. OLE color: 7611637.

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

Color convert

RGB 245 36 116 -
CMYK 0 0.85 0.53 0.04
HSL 337.03º 0.91% 0.55% -
HSV(B) 337.03º 0.85% 0.96% -
XYZ 41.44 21.94 18.57 -
YUV 107.61 132.74 226 -
System Red Green Blue C M Y K H S L
Decimal 245 36 116 0 0.85 0.53 0.04 337.03 0.91 0.55
Hex F5 24 74 0 55 35 4 151 5B 37
Octal 365 44 164 0 125 65 4 521 133 67
Binary 11110101 100100 1110100 0 1010101 110101 100 101010001 1011011 110111

Color Harmonies of #F52474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52474

Black with #F52474

Text Example


Text Example

White with #F52474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52474; }

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

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

background-color css

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

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

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

border-color css

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

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

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