Html Css Color HEX #F52777 Cerise

📋 copy color: '#F52777'

red 245 ◦ green 39 ◦ blue 119

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

Shades of Cerise #F52777

Tints of Cerise #F52777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.68%

 BLUE value IS 119 (46.88% from 255) = 29.53%

R = 60.79%
G = 9.68%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F52777 (or 0xF52777) is known color: Cerise. HEX triplet: F5, 27 and 77. RGB value is (245,39,119). Sum of RGB (Red+Green+Blue) = 245+39+119=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F52777 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52777 is #0AD888. Grayscale: #6D6D6D. Windows color (decimal): -710793 or 7809013. OLE color: 7809013.

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

Color convert

RGB 245 39 119 -
CMYK 0 0.84 0.51 0.04
HSL 336.7º 0.91% 0.56% -
HSV(B) 336.7º 0.84% 0.96% -
XYZ 41.71 22.2 19.54 -
YUV 109.71 133.25 224.5 -
System Red Green Blue C M Y K H S L
Decimal 245 39 119 0 0.84 0.51 0.04 336.7 0.91 0.56
Hex F5 27 77 0 54 33 4 151 5B 38
Octal 365 47 167 0 124 63 4 521 133 70
Binary 11110101 100111 1110111 0 1010100 110011 100 101010001 1011011 111000

Color Harmonies of #F52777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52777

Black with #F52777

Text Example


Text Example

White with #F52777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52777; }

 p { color: rgb(245,39,119); }

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

background-color css

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

 a { background-color: rgb(245,39,119); }

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

border-color css

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

 span { border-color: rgb(245,39,119); }

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