Html Css Color HEX #F93A83 Violet Red

📋 copy color: '#F93A83'

red 249 ◦ green 58 ◦ blue 131

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

Shades of Violet Red #F93A83

Tints of Violet Red #F93A83

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.24%

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

R = 56.85%
G = 13.24%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F93A83 (or 0xF93A83) is known color: Violet Red. HEX triplet: F9, 3A and 83. RGB value is (249,58,131). Sum of RGB (Red+Green+Blue) = 249+58+131=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93A83 is #06C57C. Grayscale: #7B7B7B. Windows color (decimal): -443773 or 8600313. OLE color: 8600313.

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

Color convert

RGB 249 58 131 -
CMYK 0 0.77 0.47 0.02
HSL 337.07º 0.94% 0.6% -
HSV(B) 337.07º 0.77% 0.98% -
XYZ 44.68 24.8 23.91 -
YUV 123.43 132.28 217.56 -
System Red Green Blue C M Y K H S L
Decimal 249 58 131 0 0.77 0.47 0.02 337.07 0.94 0.6
Hex F9 3A 83 0 4D 2F 2 151 5E 3C
Octal 371 72 203 0 115 57 2 521 136 74
Binary 11111001 111010 10000011 0 1001101 101111 10 101010001 1011110 111100

Color Harmonies of #F93A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93A83

Black with #F93A83

Text Example


Text Example

White with #F93A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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