Html Css Color HEX #F22874 Cerise

📋 copy color: '#F22874'

red 242 ◦ green 40 ◦ blue 116

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

Shades of Cerise #F22874

Tints of Cerise #F22874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.05%

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

R = 60.8%
G = 10.05%
B = 29.15%

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

#F22874 (or 0xF22874) is known color: Cerise. HEX triplet: F2, 28 and 74. RGB value is (242,40,116). Sum of RGB (Red+Green+Blue) = 242+40+116=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F22874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22874 is #0DD78B. Grayscale: #6C6C6C. Windows color (decimal): -907148 or 7612658. OLE color: 7612658.

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

Color convert

RGB 242 40 116 -
CMYK 0 0.83 0.52 0.05
HSL 337.43º 0.89% 0.55% -
HSV(B) 337.43º 0.83% 0.95% -
XYZ 40.53 21.66 18.57 -
YUV 109.06 131.92 222.82 -
System Red Green Blue C M Y K H S L
Decimal 242 40 116 0 0.83 0.52 0.05 337.43 0.89 0.55
Hex F2 28 74 0 53 34 5 151 59 37
Octal 362 50 164 0 123 64 5 521 131 67
Binary 11110010 101000 1110100 0 1010011 110100 101 101010001 1011001 110111

Color Harmonies of #F22874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22874

Black with #F22874

Text Example


Text Example

White with #F22874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22874; }

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

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

background-color css

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

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

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

border-color css

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

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

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