Html Css Color HEX #F2227A Deep Cerise

📋 copy color: '#F2227A'

red 242 ◦ green 34 ◦ blue 122

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

Shades of Deep Cerise #F2227A

Tints of Deep Cerise #F2227A

RGB

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

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

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

R = 60.8%
G = 8.54%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2227A (or 0xF2227A) is known color: Deep Cerise. HEX triplet: F2, 22 and 7A. RGB value is (242,34,122). Sum of RGB (Red+Green+Blue) = 242+34+122=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F2227A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2227A is #0DDD85. Grayscale: #6A6A6A. Windows color (decimal): -908678 or 8004338. OLE color: 8004338.

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

Color convert

RGB 242 34 122 -
CMYK 0 0.86 0.50 0.05
HSL 334.62º 0.89% 0.54% -
HSV(B) 334.62º 0.86% 0.95% -
XYZ 40.7 21.43 20.4 -
YUV 106.22 136.91 224.84 -
System Red Green Blue C M Y K H S L
Decimal 242 34 122 0 0.86 0.50 0.05 334.62 0.89 0.54
Hex F2 22 7A 0 56 32 5 14F 59 36
Octal 362 42 172 0 126 62 5 517 131 66
Binary 11110010 100010 1111010 0 1010110 110010 101 101001111 1011001 110110

Color Harmonies of #F2227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2227A

Black with #F2227A

Text Example


Text Example

White with #F2227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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