Html Css Color HEX #F2296F Cerise

📋 copy color: '#F2296F'

red 242 ◦ green 41 ◦ blue 111

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

Shades of Cerise #F2296F

Tints of Cerise #F2296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.17%

R = 61.42%
G = 10.41%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2296F (or 0xF2296F) is known color: Cerise. HEX triplet: F2, 29 and 6F. RGB value is (242,41,111). Sum of RGB (Red+Green+Blue) = 242+41+111=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F2296F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2296F is #0DD690. Grayscale: #6D6D6D. Windows color (decimal): -906897 or 7285234. OLE color: 7285234.

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

Color convert

RGB 242 41 111 -
CMYK 0 0.83 0.54 0.05
HSL 339.1º 0.89% 0.55% -
HSV(B) 339.1º 0.83% 0.95% -
XYZ 40.28 21.61 17.09 -
YUV 109.08 129.09 222.81 -
System Red Green Blue C M Y K H S L
Decimal 242 41 111 0 0.83 0.54 0.05 339.1 0.89 0.55
Hex F2 29 6F 0 53 36 5 153 59 37
Octal 362 51 157 0 123 66 5 523 131 67
Binary 11110010 101001 1101111 0 1010011 110110 101 101010011 1011001 110111

Color Harmonies of #F2296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2296F

Black with #F2296F

Text Example


Text Example

White with #F2296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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