Html Css Color HEX #F22974 Cerise

📋 copy color: '#F22974'

red 242 ◦ green 41 ◦ blue 116

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

Shades of Cerise #F22974

Tints of Cerise #F22974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.07%

R = 60.65%
G = 10.28%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F22974 (or 0xF22974) is known color: Cerise. HEX triplet: F2, 29 and 74. RGB value is (242,41,116). Sum of RGB (Red+Green+Blue) = 242+41+116=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F22974 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22974 is #0DD68B. Grayscale: #6D6D6D. Windows color (decimal): -906892 or 7612914. OLE color: 7612914.

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

Color convert

RGB 242 41 116 -
CMYK 0 0.83 0.52 0.05
HSL 337.61º 0.89% 0.55% -
HSV(B) 337.61º 0.83% 0.95% -
XYZ 40.56 21.72 18.58 -
YUV 109.65 131.59 222.4 -
System Red Green Blue C M Y K H S L
Decimal 242 41 116 0 0.83 0.52 0.05 337.61 0.89 0.55
Hex F2 29 74 0 53 34 5 152 59 37
Octal 362 51 164 0 123 64 5 522 131 67
Binary 11110010 101001 1110100 0 1010011 110100 101 101010010 1011001 110111

Color Harmonies of #F22974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22974

Black with #F22974

Text Example


Text Example

White with #F22974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22974; }

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

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

background-color css

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

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

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

border-color css

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

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

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