Html Css Color HEX #F22775 Cerise

📋 copy color: '#F22775'

red 242 ◦ green 39 ◦ blue 117

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

Shades of Cerise #F22775

Tints of Cerise #F22775

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.8%

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

R = 60.8%
G = 9.8%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F22775 (or 0xF22775) is known color: Cerise. HEX triplet: F2, 27 and 75. RGB value is (242,39,117). Sum of RGB (Red+Green+Blue) = 242+39+117=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F22775 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22775 is #0DD88A. Grayscale: #6C6C6C. Windows color (decimal): -907403 or 7677938. OLE color: 7677938.

HSL color Cylindrical-coordinate representation of color #F22775: hue angle of 336.95º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22775 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 39 117 -
CMYK 0 0.84 0.52 0.05
HSL 336.95º 0.89% 0.55% -
HSV(B) 336.95º 0.84% 0.95% -
XYZ 40.55 21.61 18.86 -
YUV 108.59 132.75 223.16 -
System Red Green Blue C M Y K H S L
Decimal 242 39 117 0 0.84 0.52 0.05 336.95 0.89 0.55
Hex F2 27 75 0 54 34 5 151 59 37
Octal 362 47 165 0 124 64 5 521 131 67
Binary 11110010 100111 1110101 0 1010100 110100 101 101010001 1011001 110111

Color Harmonies of #F22775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22775

Black with #F22775

Text Example


Text Example

White with #F22775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22775; }

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

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

background-color css

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

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

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

border-color css

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

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

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