Html Css Color HEX #F83880 Violet Red

📋 copy color: '#F83880'

red 248 ◦ green 56 ◦ blue 128

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

Shades of Violet Red #F83880

Tints of Violet Red #F83880

RGB

 RED value IS 248 (97.27% from 255) = 57.41%

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

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

R = 57.41%
G = 12.96%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F83880 (or 0xF83880) is known color: Violet Red. HEX triplet: F8, 38 and 80. RGB value is (248,56,128). Sum of RGB (Red+Green+Blue) = 248+56+128=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F83880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83880 is #07C77F. Grayscale: #797979. Windows color (decimal): -509824 or 8403192. OLE color: 8403192.

HSL color Cylindrical-coordinate representation of color #F83880: hue angle of 337.5º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83880 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 56 128 -
CMYK 0 0.77 0.48 0.03
HSL 337.5º 0.93% 0.6% -
HSV(B) 337.5º 0.77% 0.97% -
XYZ 44.02 24.34 22.8 -
YUV 121.62 131.61 218.15 -
System Red Green Blue C M Y K H S L
Decimal 248 56 128 0 0.77 0.48 0.03 337.5 0.93 0.6
Hex F8 38 80 0 4D 30 3 152 5D 3C
Octal 370 70 200 0 115 60 3 522 135 74
Binary 11111000 111000 10000000 0 1001101 110000 11 101010010 1011101 111100

Color Harmonies of #F83880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83880

Black with #F83880

Text Example


Text Example

White with #F83880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83880; }

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

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

background-color css

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

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

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

border-color css

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

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

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