Html Css Color HEX #F93977 Violet Red

📋 copy color: '#F93977'

red 249 ◦ green 57 ◦ blue 119

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

Shades of Violet Red #F93977

Tints of Violet Red #F93977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.41%

 BLUE value IS 119 (46.88% from 255) = 28%

R = 58.59%
G = 13.41%
B = 28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F93977 (or 0xF93977) is known color: Violet Red. HEX triplet: F9, 39 and 77. RGB value is (249,57,119). Sum of RGB (Red+Green+Blue) = 249+57+119=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F93977 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93977 is #06C688. Grayscale: #797979. Windows color (decimal): -444041 or 7813625. OLE color: 7813625.

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

Color convert

RGB 249 57 119 -
CMYK 0 0.77 0.52 0.02
HSL 340.63º 0.94% 0.6% -
HSV(B) 340.63º 0.77% 0.98% -
XYZ 43.86 24.4 19.85 -
YUV 121.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 249 57 119 0 0.77 0.52 0.02 340.63 0.94 0.6
Hex F9 39 77 0 4D 34 2 155 5E 3C
Octal 371 71 167 0 115 64 2 525 136 74
Binary 11111001 111001 1110111 0 1001101 110100 10 101010101 1011110 111100

Color Harmonies of #F93977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93977

Black with #F93977

Text Example


Text Example

White with #F93977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93977; }

 p { color: rgb(249,57,119); }

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

background-color css

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

 a { background-color: rgb(249,57,119); }

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

border-color css

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

 span { border-color: rgb(249,57,119); }

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