Html Css Color HEX #F22971 Cerise

📋 copy color: '#F22971'

red 242 ◦ green 41 ◦ blue 113

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

Shades of Cerise #F22971

Tints of Cerise #F22971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.54%

R = 61.11%
G = 10.35%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F22971 (or 0xF22971) is known color: Cerise. HEX triplet: F2, 29 and 71. RGB value is (242,41,113). Sum of RGB (Red+Green+Blue) = 242+41+113=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F22971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22971 is #0DD68E. Grayscale: #6D6D6D. Windows color (decimal): -906895 or 7416306. OLE color: 7416306.

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

Color convert

RGB 242 41 113 -
CMYK 0 0.83 0.53 0.05
HSL 338.51º 0.89% 0.55% -
HSV(B) 338.51º 0.83% 0.95% -
XYZ 40.39 21.66 17.67 -
YUV 109.31 130.09 222.65 -
System Red Green Blue C M Y K H S L
Decimal 242 41 113 0 0.83 0.53 0.05 338.51 0.89 0.55
Hex F2 29 71 0 53 35 5 153 59 37
Octal 362 51 161 0 123 65 5 523 131 67
Binary 11110010 101001 1110001 0 1010011 110101 101 101010011 1011001 110111

Color Harmonies of #F22971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22971

Black with #F22971

Text Example


Text Example

White with #F22971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22971; }

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

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

background-color css

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

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

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

border-color css

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

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

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