Html Css Color HEX #F5257A Deep Cerise

📋 copy color: '#F5257A'

red 245 ◦ green 37 ◦ blue 122

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

Shades of Deep Cerise #F5257A

Tints of Deep Cerise #F5257A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.16%

 BLUE value IS 122 (48.05% from 255) = 30.2%

R = 60.64%
G = 9.16%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5257A (or 0xF5257A) is known color: Deep Cerise. HEX triplet: F5, 25 and 7A. RGB value is (245,37,122). Sum of RGB (Red+Green+Blue) = 245+37+122=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5257A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5257A is #0ADA85. Grayscale: #6C6C6C. Windows color (decimal): -711302 or 8005109. OLE color: 8005109.

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

Color convert

RGB 245 37 122 -
CMYK 0 0.85 0.50 0.04
HSL 335.48º 0.91% 0.55% -
HSV(B) 335.48º 0.85% 0.96% -
XYZ 41.83 22.14 20.48 -
YUV 108.88 135.41 225.09 -
System Red Green Blue C M Y K H S L
Decimal 245 37 122 0 0.85 0.50 0.04 335.48 0.91 0.55
Hex F5 25 7A 0 55 32 4 14F 5B 37
Octal 365 45 172 0 125 62 4 517 133 67
Binary 11110101 100101 1111010 0 1010101 110010 100 101001111 1011011 110111

Color Harmonies of #F5257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5257A

Black with #F5257A

Text Example


Text Example

White with #F5257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5257A; }

 p { color: rgb(245,37,122); }

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

background-color css

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

 a { background-color: rgb(245,37,122); }

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

border-color css

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

 span { border-color: rgb(245,37,122); }

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