Html Css Color HEX #F5267C Deep Cerise

📋 copy color: '#F5267C'

red 245 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #F5267C

Tints of Deep Cerise #F5267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.34%

 BLUE value IS 124 (48.83% from 255) = 30.47%

R = 60.2%
G = 9.34%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5267C (or 0xF5267C) is known color: Deep Cerise. HEX triplet: F5, 26 and 7C. RGB value is (245,38,124). Sum of RGB (Red+Green+Blue) = 245+38+124=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5267C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5267C is #0AD983. Grayscale: #6D6D6D. Windows color (decimal): -711044 or 8136437. OLE color: 8136437.

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

Color convert

RGB 245 38 124 -
CMYK 0 0.84 0.49 0.04
HSL 335.07º 0.91% 0.55% -
HSV(B) 335.07º 0.84% 0.96% -
XYZ 41.99 22.25 21.15 -
YUV 109.7 136.08 224.51 -
System Red Green Blue C M Y K H S L
Decimal 245 38 124 0 0.84 0.49 0.04 335.07 0.91 0.55
Hex F5 26 7C 0 54 31 4 14F 5B 37
Octal 365 46 174 0 124 61 4 517 133 67
Binary 11110101 100110 1111100 0 1010100 110001 100 101001111 1011011 110111

Color Harmonies of #F5267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5267C

Black with #F5267C

Text Example


Text Example

White with #F5267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5267C; }

 p { color: rgb(245,38,124); }

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

background-color css

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

 a { background-color: rgb(245,38,124); }

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

border-color css

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

 span { border-color: rgb(245,38,124); }

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