Html Css Color HEX #F2296D Cerise

📋 copy color: '#F2296D'

red 242 ◦ green 41 ◦ blue 109

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

Shades of Cerise #F2296D

Tints of Cerise #F2296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 61.73%
G = 10.46%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2296D (or 0xF2296D) is known color: Cerise. HEX triplet: F2, 29 and 6D. RGB value is (242,41,109). Sum of RGB (Red+Green+Blue) = 242+41+109=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2296D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2296D is #0DD692. Grayscale: #6C6C6C. Windows color (decimal): -906899 or 7154162. OLE color: 7154162.

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

Color convert

RGB 242 41 109 -
CMYK 0 0.83 0.55 0.05
HSL 339.7º 0.89% 0.55% -
HSV(B) 339.7º 0.83% 0.95% -
XYZ 40.17 21.57 16.51 -
YUV 108.85 128.09 222.97 -
System Red Green Blue C M Y K H S L
Decimal 242 41 109 0 0.83 0.55 0.05 339.7 0.89 0.55
Hex F2 29 6D 0 53 37 5 154 59 37
Octal 362 51 155 0 123 67 5 524 131 67
Binary 11110010 101001 1101101 0 1010011 110111 101 101010100 1011001 110111

Color Harmonies of #F2296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2296D

Black with #F2296D

Text Example


Text Example

White with #F2296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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