Html Css Color HEX #F0297A Deep Cerise

📋 copy color: '#F0297A'

red 240 ◦ green 41 ◦ blue 122

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

Shades of Deep Cerise #F0297A

Tints of Deep Cerise #F0297A

RGB

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

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

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

R = 59.55%
G = 10.17%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0297A (or 0xF0297A) is known color: Deep Cerise. HEX triplet: F0, 29 and 7A. RGB value is (240,41,122). Sum of RGB (Red+Green+Blue) = 240+41+122=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0297A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0297A is #0FD685. Grayscale: #6D6D6D. Windows color (decimal): -1037958 or 8006128. OLE color: 8006128.

HSL color Cylindrical-coordinate representation of color #F0297A: hue angle of 335.58º 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 #F0297A is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 41 122 -
CMYK 0 0.83 0.49 0.06
HSL 335.58º 0.87% 0.55% -
HSV(B) 335.58º 0.83% 0.94% -
XYZ 40.24 21.52 20.44 -
YUV 109.74 134.93 220.91 -
System Red Green Blue C M Y K H S L
Decimal 240 41 122 0 0.83 0.49 0.06 335.58 0.87 0.55
Hex F0 29 7A 0 53 31 6 150 57 37
Octal 360 51 172 0 123 61 6 520 127 67
Binary 11110000 101001 1111010 0 1010011 110001 110 101010000 1010111 110111

Color Harmonies of #F0297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0297A

Black with #F0297A

Text Example


Text Example

White with #F0297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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