Html Css Color HEX #F22983 Deep Cerise

📋 copy color: '#F22983'

red 242 ◦ green 41 ◦ blue 131

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

Shades of Deep Cerise #F22983

Tints of Deep Cerise #F22983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.9%

 BLUE value IS 131 (51.56% from 255) = 31.64%

R = 58.45%
G = 9.9%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F22983 (or 0xF22983) is known color: Deep Cerise. HEX triplet: F2, 29 and 83. RGB value is (242,41,131). Sum of RGB (Red+Green+Blue) = 242+41+131=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F22983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22983 is #0DD67C. Grayscale: #6F6F6F. Windows color (decimal): -906877 or 8595954. OLE color: 8595954.

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

Color convert

RGB 242 41 131 -
CMYK 0 0.83 0.46 0.05
HSL 333.13º 0.89% 0.55% -
HSV(B) 333.13º 0.83% 0.95% -
XYZ 41.51 22.1 23.55 -
YUV 111.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 242 41 131 0 0.83 0.46 0.05 333.13 0.89 0.55
Hex F2 29 83 0 53 2E 5 14D 59 37
Octal 362 51 203 0 123 56 5 515 131 67
Binary 11110010 101001 10000011 0 1010011 101110 101 101001101 1011001 110111

Color Harmonies of #F22983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22983

Black with #F22983

Text Example


Text Example

White with #F22983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22983; }

 p { color: rgb(242,41,131); }

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

background-color css

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

 a { background-color: rgb(242,41,131); }

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

border-color css

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

 span { border-color: rgb(242,41,131); }

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