Html Css Color HEX #F93183 Violet Red

📋 copy color: '#F93183'

red 249 ◦ green 49 ◦ blue 131

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

Shades of Violet Red #F93183

Tints of Violet Red #F93183

RGB

 RED value IS 249 (97.66% from 255) = 58.04%

 GREEN value IS 49 (19.53% from 255) = 11.42%

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

R = 58.04%
G = 11.42%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F93183 (or 0xF93183) is known color: Violet Red. HEX triplet: F9, 31 and 83. RGB value is (249,49,131). Sum of RGB (Red+Green+Blue) = 249+49+131=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F93183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93183 is #06CE7C. Grayscale: #767676. Windows color (decimal): -446077 or 8598009. OLE color: 8598009.

HSL color Cylindrical-coordinate representation of color #F93183: hue angle of 335.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93183 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 49 131 -
CMYK 0 0.80 0.47 0.02
HSL 335.4º 0.94% 0.58% -
HSV(B) 335.4º 0.8% 0.98% -
XYZ 44.26 23.98 23.77 -
YUV 118.15 135.26 221.33 -
System Red Green Blue C M Y K H S L
Decimal 249 49 131 0 0.80 0.47 0.02 335.4 0.94 0.58
Hex F9 31 83 0 50 2F 2 14F 5E 3A
Octal 371 61 203 0 120 57 2 517 136 72
Binary 11111001 110001 10000011 0 1010000 101111 10 101001111 1011110 111010

Color Harmonies of #F93183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93183

Black with #F93183

Text Example


Text Example

White with #F93183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93183; }

 p { color: rgb(249,49,131); }

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

background-color css

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

 a { background-color: rgb(249,49,131); }

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

border-color css

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

 span { border-color: rgb(249,49,131); }

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