Html Css Color HEX #F93880 Violet Red

📋 copy color: '#F93880'

red 249 ◦ green 56 ◦ blue 128

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

Shades of Violet Red #F93880

Tints of Violet Red #F93880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.93%

 BLUE value IS 128 (50.39% from 255) = 29.56%

R = 57.51%
G = 12.93%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F93880 (or 0xF93880) is known color: Violet Red. HEX triplet: F9, 38 and 80. RGB value is (249,56,128). Sum of RGB (Red+Green+Blue) = 249+56+128=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F93880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93880 is #06C77F. Grayscale: #797979. Windows color (decimal): -444288 or 8403193. OLE color: 8403193.

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

Color convert

RGB 249 56 128 -
CMYK 0 0.78 0.49 0.02
HSL 337.62º 0.94% 0.6% -
HSV(B) 337.62º 0.78% 0.98% -
XYZ 44.38 24.53 22.82 -
YUV 121.92 131.44 218.65 -
System Red Green Blue C M Y K H S L
Decimal 249 56 128 0 0.78 0.49 0.02 337.62 0.94 0.6
Hex F9 38 80 0 4E 31 2 152 5E 3C
Octal 371 70 200 0 116 61 2 522 136 74
Binary 11111001 111000 10000000 0 1001110 110001 10 101010010 1011110 111100

Color Harmonies of #F93880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93880

Black with #F93880

Text Example


Text Example

White with #F93880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93880; }

 p { color: rgb(249,56,128); }

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

background-color css

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

 a { background-color: rgb(249,56,128); }

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

border-color css

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

 span { border-color: rgb(249,56,128); }

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