Html Css Color HEX #F2226B Cerise

📋 copy color: '#F2226B'

red 242 ◦ green 34 ◦ blue 107

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

Shades of Cerise #F2226B

Tints of Cerise #F2226B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.88%

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 63.19%
G = 8.88%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2226B (or 0xF2226B) is known color: Cerise. HEX triplet: F2, 22 and 6B. RGB value is (242,34,107). Sum of RGB (Red+Green+Blue) = 242+34+107=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2226B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2226B is #0DDD94. Grayscale: #686868. Windows color (decimal): -908693 or 7021298. OLE color: 7021298.

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

Color convert

RGB 242 34 107 -
CMYK 0 0.86 0.56 0.05
HSL 338.94º 0.89% 0.54% -
HSV(B) 338.94º 0.86% 0.95% -
XYZ 39.84 21.08 15.88 -
YUV 104.51 129.41 226.06 -
System Red Green Blue C M Y K H S L
Decimal 242 34 107 0 0.86 0.56 0.05 338.94 0.89 0.54
Hex F2 22 6B 0 56 38 5 153 59 36
Octal 362 42 153 0 126 70 5 523 131 66
Binary 11110010 100010 1101011 0 1010110 111000 101 101010011 1011001 110110

Color Harmonies of #F2226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2226B

Black with #F2226B

Text Example


Text Example

White with #F2226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2226B; }

 p { color: rgb(242,34,107); }

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

background-color css

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

 a { background-color: rgb(242,34,107); }

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

border-color css

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

 span { border-color: rgb(242,34,107); }

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