Html Css Color HEX #F93E77 Violet Red

📋 copy color: '#F93E77'

red 249 ◦ green 62 ◦ blue 119

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

Shades of Violet Red #F93E77

Tints of Violet Red #F93E77

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.42%

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

R = 57.91%
G = 14.42%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F93E77 (or 0xF93E77) is known color: Violet Red. HEX triplet: F9, 3E and 77. RGB value is (249,62,119). Sum of RGB (Red+Green+Blue) = 249+62+119=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F93E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93E77 is #06C188. Grayscale: #7C7C7C. Windows color (decimal): -442761 or 7814905. OLE color: 7814905.

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

Color convert

RGB 249 62 119 -
CMYK 0 0.75 0.52 0.02
HSL 341.71º 0.94% 0.61% -
HSV(B) 341.71º 0.75% 0.98% -
XYZ 44.12 24.92 19.94 -
YUV 124.41 124.95 216.87 -
System Red Green Blue C M Y K H S L
Decimal 249 62 119 0 0.75 0.52 0.02 341.71 0.94 0.61
Hex F9 3E 77 0 4B 34 2 156 5E 3D
Octal 371 76 167 0 113 64 2 526 136 75
Binary 11111001 111110 1110111 0 1001011 110100 10 101010110 1011110 111101

Color Harmonies of #F93E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93E77

Black with #F93E77

Text Example


Text Example

White with #F93E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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