Html Css Color HEX #F93A89 Violet Red

📋 copy color: '#F93A89'

red 249 ◦ green 58 ◦ blue 137

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

Shades of Violet Red #F93A89

Tints of Violet Red #F93A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.86%

R = 56.08%
G = 13.06%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F93A89 (or 0xF93A89) is known color: Violet Red. HEX triplet: F9, 3A and 89. RGB value is (249,58,137). Sum of RGB (Red+Green+Blue) = 249+58+137=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93A89 is #06C576. Grayscale: #7B7B7B. Windows color (decimal): -443767 or 8993529. OLE color: 8993529.

HSL color Cylindrical-coordinate representation of color #F93A89: hue angle of 335.18º 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 #F93A89 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 58 137 -
CMYK 0 0.77 0.45 0.02
HSL 335.18º 0.94% 0.6% -
HSV(B) 335.18º 0.77% 0.98% -
XYZ 45.1 24.97 26.11 -
YUV 124.12 135.28 217.08 -
System Red Green Blue C M Y K H S L
Decimal 249 58 137 0 0.77 0.45 0.02 335.18 0.94 0.6
Hex F9 3A 89 0 4D 2D 2 14F 5E 3C
Octal 371 72 211 0 115 55 2 517 136 74
Binary 11111001 111010 10001001 0 1001101 101101 10 101001111 1011110 111100

Color Harmonies of #F93A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93A89

Black with #F93A89

Text Example


Text Example

White with #F93A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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