Html Css Color HEX #F5297A Deep Cerise

📋 copy color: '#F5297A'

red 245 ◦ green 41 ◦ blue 122

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

Shades of Deep Cerise #F5297A

Tints of Deep Cerise #F5297A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.05%

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

R = 60.05%
G = 10.05%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5297A (or 0xF5297A) is known color: Deep Cerise. HEX triplet: F5, 29 and 7A. RGB value is (245,41,122). Sum of RGB (Red+Green+Blue) = 245+41+122=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5297A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5297A is #0AD685. Grayscale: #6F6F6F. Windows color (decimal): -710278 or 8006133. OLE color: 8006133.

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

Color convert

RGB 245 41 122 -
CMYK 0 0.83 0.50 0.04
HSL 336.18º 0.91% 0.56% -
HSV(B) 336.18º 0.83% 0.96% -
XYZ 41.96 22.4 20.53 -
YUV 111.23 134.09 223.41 -
System Red Green Blue C M Y K H S L
Decimal 245 41 122 0 0.83 0.50 0.04 336.18 0.91 0.56
Hex F5 29 7A 0 53 32 4 150 5B 38
Octal 365 51 172 0 123 62 4 520 133 70
Binary 11110101 101001 1111010 0 1010011 110010 100 101010000 1011011 111000

Color Harmonies of #F5297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5297A

Black with #F5297A

Text Example


Text Example

White with #F5297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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