Html Css Color HEX #F22475 Cerise

📋 copy color: '#F22475'

red 242 ◦ green 36 ◦ blue 117

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

Shades of Cerise #F22475

Tints of Cerise #F22475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.11%

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

R = 61.27%
G = 9.11%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F22475 (or 0xF22475) is known color: Cerise. HEX triplet: F2, 24 and 75. RGB value is (242,36,117). Sum of RGB (Red+Green+Blue) = 242+36+117=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F22475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22475 is #0DDB8A. Grayscale: #6A6A6A. Windows color (decimal): -908171 or 7677170. OLE color: 7677170.

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

Color convert

RGB 242 36 117 -
CMYK 0 0.85 0.52 0.05
HSL 336.41º 0.89% 0.55% -
HSV(B) 336.41º 0.85% 0.95% -
XYZ 40.46 21.42 18.83 -
YUV 106.83 133.75 224.41 -
System Red Green Blue C M Y K H S L
Decimal 242 36 117 0 0.85 0.52 0.05 336.41 0.89 0.55
Hex F2 24 75 0 55 34 5 150 59 37
Octal 362 44 165 0 125 64 5 520 131 67
Binary 11110010 100100 1110101 0 1010101 110100 101 101010000 1011001 110111

Color Harmonies of #F22475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22475

Black with #F22475

Text Example


Text Example

White with #F22475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22475; }

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

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

background-color css

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

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

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

border-color css

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

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

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