Html Css Color HEX #F22D6B Cerise

📋 copy color: '#F22D6B'

red 242 ◦ green 45 ◦ blue 107

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

Shades of Cerise #F22D6B

Tints of Cerise #F22D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.42%

 BLUE value IS 107 (42.19% from 255) = 27.16%

R = 61.42%
G = 11.42%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F22D6B (or 0xF22D6B) is known color: Cerise. HEX triplet: F2, 2D and 6B. RGB value is (242,45,107). Sum of RGB (Red+Green+Blue) = 242+45+107=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D6B is #0DD294. Grayscale: #6E6E6E. Windows color (decimal): -905877 or 7024114. OLE color: 7024114.

HSL color Cylindrical-coordinate representation of color #F22D6B: hue angle of 341.12º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22D6B is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 45 107 -
CMYK 0 0.81 0.56 0.05
HSL 341.12º 0.88% 0.56% -
HSV(B) 341.12º 0.81% 0.95% -
XYZ 40.21 21.82 16 -
YUV 110.97 125.77 221.46 -
System Red Green Blue C M Y K H S L
Decimal 242 45 107 0 0.81 0.56 0.05 341.12 0.88 0.56
Hex F2 2D 6B 0 51 38 5 155 58 38
Octal 362 55 153 0 121 70 5 525 130 70
Binary 11110010 101101 1101011 0 1010001 111000 101 101010101 1011000 111000

Color Harmonies of #F22D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D6B

Black with #F22D6B

Text Example


Text Example

White with #F22D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D6B; }

 p { color: rgb(242,45,107); }

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

background-color css

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

 a { background-color: rgb(242,45,107); }

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

border-color css

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

 span { border-color: rgb(242,45,107); }

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