Html Css Color HEX #F0297C Deep Cerise

📋 copy color: '#F0297C'

red 240 ◦ green 41 ◦ blue 124

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

Shades of Deep Cerise #F0297C

Tints of Deep Cerise #F0297C

RGB

 RED value IS 240 (94.14% from 255) = 59.26%

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

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

R = 59.26%
G = 10.12%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0297C (or 0xF0297C) is known color: Deep Cerise. HEX triplet: F0, 29 and 7C. RGB value is (240,41,124). Sum of RGB (Red+Green+Blue) = 240+41+124=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0297C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0297C is #0FD683. Grayscale: #6D6D6D. Windows color (decimal): -1037956 or 8137200. OLE color: 8137200.

HSL color Cylindrical-coordinate representation of color #F0297C: hue angle of 334.97º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0297C is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 41 124 -
CMYK 0 0.83 0.48 0.06
HSL 334.97º 0.87% 0.55% -
HSV(B) 334.97º 0.83% 0.94% -
XYZ 40.37 21.57 21.1 -
YUV 109.96 135.93 220.75 -
System Red Green Blue C M Y K H S L
Decimal 240 41 124 0 0.83 0.48 0.06 334.97 0.87 0.55
Hex F0 29 7C 0 53 30 6 14F 57 37
Octal 360 51 174 0 123 60 6 517 127 67
Binary 11110000 101001 1111100 0 1010011 110000 110 101001111 1010111 110111

Color Harmonies of #F0297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0297C

Black with #F0297C

Text Example


Text Example

White with #F0297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0297C; }

 p { color: rgb(240,41,124); }

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

background-color css

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

 a { background-color: rgb(240,41,124); }

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

border-color css

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

 span { border-color: rgb(240,41,124); }

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