Html Css Color HEX #F22B7D Deep Cerise

📋 copy color: '#F22B7D'

red 242 ◦ green 43 ◦ blue 125

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

Shades of Deep Cerise #F22B7D

Tints of Deep Cerise #F22B7D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.49%

 BLUE value IS 125 (49.22% from 255) = 30.49%

R = 59.02%
G = 10.49%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F22B7D (or 0xF22B7D) is known color: Deep Cerise. HEX triplet: F2, 2B and 7D. RGB value is (242,43,125). Sum of RGB (Red+Green+Blue) = 242+43+125=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22B7D is #0DD482. Grayscale: #6F6F6F. Windows color (decimal): -906371 or 8203250. OLE color: 8203250.

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

Color convert

RGB 242 43 125 -
CMYK 0 0.82 0.48 0.05
HSL 335.28º 0.88% 0.56% -
HSV(B) 335.28º 0.82% 0.95% -
XYZ 41.18 22.09 21.49 -
YUV 111.85 135.43 220.83 -
System Red Green Blue C M Y K H S L
Decimal 242 43 125 0 0.82 0.48 0.05 335.28 0.88 0.56
Hex F2 2B 7D 0 52 30 5 14F 58 38
Octal 362 53 175 0 122 60 5 517 130 70
Binary 11110010 101011 1111101 0 1010010 110000 101 101001111 1011000 111000

Color Harmonies of #F22B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22B7D

Black with #F22B7D

Text Example


Text Example

White with #F22B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22B7D; }

 p { color: rgb(242,43,125); }

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

background-color css

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

 a { background-color: rgb(242,43,125); }

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

border-color css

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

 span { border-color: rgb(242,43,125); }

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