Html Css Color HEX #F2297B Deep Cerise

📋 copy color: '#F2297B'

red 242 ◦ green 41 ◦ blue 123

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

Shades of Deep Cerise #F2297B

Tints of Deep Cerise #F2297B

RGB

 RED value IS 242 (94.92% from 255) = 59.61%

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

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 59.61%
G = 10.1%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2297B (or 0xF2297B) is known color: Deep Cerise. HEX triplet: F2, 29 and 7B. RGB value is (242,41,123). Sum of RGB (Red+Green+Blue) = 242+41+123=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2297B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2297B is #0DD684. Grayscale: #6E6E6E. Windows color (decimal): -906885 or 8071666. OLE color: 8071666.

HSL color Cylindrical-coordinate representation of color #F2297B: hue angle of 335.52º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2297B is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 41 123 -
CMYK 0 0.83 0.49 0.05
HSL 335.52º 0.89% 0.55% -
HSV(B) 335.52º 0.83% 0.95% -
XYZ 40.99 21.89 20.8 -
YUV 110.45 135.09 221.83 -
System Red Green Blue C M Y K H S L
Decimal 242 41 123 0 0.83 0.49 0.05 335.52 0.89 0.55
Hex F2 29 7B 0 53 31 5 150 59 37
Octal 362 51 173 0 123 61 5 520 131 67
Binary 11110010 101001 1111011 0 1010011 110001 101 101010000 1011001 110111

Color Harmonies of #F2297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2297B

Black with #F2297B

Text Example


Text Example

White with #F2297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2297B; }

 p { color: rgb(242,41,123); }

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

background-color css

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

 a { background-color: rgb(242,41,123); }

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

border-color css

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

 span { border-color: rgb(242,41,123); }

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