Html Css Color HEX #F22875 Cerise

📋 copy color: '#F22875'

red 242 ◦ green 40 ◦ blue 117

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

Shades of Cerise #F22875

Tints of Cerise #F22875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.32%

R = 60.65%
G = 10.03%
B = 29.32%

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

#F22875 (or 0xF22875) is known color: Cerise. HEX triplet: F2, 28 and 75. RGB value is (242,40,117). Sum of RGB (Red+Green+Blue) = 242+40+117=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F22875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22875 is #0DD78A. Grayscale: #6D6D6D. Windows color (decimal): -907147 or 7678194. OLE color: 7678194.

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

Color convert

RGB 242 40 117 -
CMYK 0 0.83 0.52 0.05
HSL 337.13º 0.89% 0.55% -
HSV(B) 337.13º 0.83% 0.95% -
XYZ 40.59 21.68 18.87 -
YUV 109.18 132.42 222.74 -
System Red Green Blue C M Y K H S L
Decimal 242 40 117 0 0.83 0.52 0.05 337.13 0.89 0.55
Hex F2 28 75 0 53 34 5 151 59 37
Octal 362 50 165 0 123 64 5 521 131 67
Binary 11110010 101000 1110101 0 1010011 110100 101 101010001 1011001 110111

Color Harmonies of #F22875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22875

Black with #F22875

Text Example


Text Example

White with #F22875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22875; }

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

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

background-color css

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

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

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

border-color css

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

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

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