Html Css Color HEX #F22375 Cerise

📋 copy color: '#F22375'

red 242 ◦ green 35 ◦ blue 117

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

Shades of Cerise #F22375

Tints of Cerise #F22375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.88%

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

R = 61.42%
G = 8.88%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F22375 (or 0xF22375) is known color: Cerise. HEX triplet: F2, 23 and 75. RGB value is (242,35,117). Sum of RGB (Red+Green+Blue) = 242+35+117=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F22375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22375 is #0DDC8A. Grayscale: #6A6A6A. Windows color (decimal): -908427 or 7676914. OLE color: 7676914.

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

Color convert

RGB 242 35 117 -
CMYK 0 0.86 0.52 0.05
HSL 336.23º 0.89% 0.54% -
HSV(B) 336.23º 0.86% 0.95% -
XYZ 40.43 21.36 18.82 -
YUV 106.24 134.08 224.83 -
System Red Green Blue C M Y K H S L
Decimal 242 35 117 0 0.86 0.52 0.05 336.23 0.89 0.54
Hex F2 23 75 0 56 34 5 150 59 36
Octal 362 43 165 0 126 64 5 520 131 66
Binary 11110010 100011 1110101 0 1010110 110100 101 101010000 1011001 110110

Color Harmonies of #F22375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22375

Black with #F22375

Text Example


Text Example

White with #F22375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22375; }

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

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

background-color css

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

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

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

border-color css

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

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

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