Html Css Color HEX #F22B7F Deep Cerise

📋 copy color: '#F22B7F'

red 242 ◦ green 43 ◦ blue 127

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

Shades of Deep Cerise #F22B7F

Tints of Deep Cerise #F22B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.83%

R = 58.74%
G = 10.44%
B = 30.83%

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

#F22B7F (or 0xF22B7F) is known color: Deep Cerise. HEX triplet: F2, 2B and 7F. RGB value is (242,43,127). Sum of RGB (Red+Green+Blue) = 242+43+127=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22B7F is #0DD480. Grayscale: #6F6F6F. Windows color (decimal): -906369 or 8334322. OLE color: 8334322.

HSL color Cylindrical-coordinate representation of color #F22B7F: hue angle of 334.67º 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 #F22B7F is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 43 127 -
CMYK 0 0.82 0.48 0.05
HSL 334.67º 0.88% 0.56% -
HSV(B) 334.67º 0.82% 0.95% -
XYZ 41.31 22.14 22.17 -
YUV 112.08 136.43 220.67 -
System Red Green Blue C M Y K H S L
Decimal 242 43 127 0 0.82 0.48 0.05 334.67 0.88 0.56
Hex F2 2B 7F 0 52 30 5 14F 58 38
Octal 362 53 177 0 122 60 5 517 130 70
Binary 11110010 101011 1111111 0 1010010 110000 101 101001111 1011000 111000

Color Harmonies of #F22B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22B7F

Black with #F22B7F

Text Example


Text Example

White with #F22B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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