Html Css Color HEX #F83F80 Violet Red

📋 copy color: '#F83F80'

red 248 ◦ green 63 ◦ blue 128

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

Shades of Violet Red #F83F80

Tints of Violet Red #F83F80

RGB

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

 GREEN value IS 63 (25% from 255) = 14.35%

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

R = 56.49%
G = 14.35%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F83F80 (or 0xF83F80) is known color: Violet Red. HEX triplet: F8, 3F and 80. RGB value is (248,63,128). Sum of RGB (Red+Green+Blue) = 248+63+128=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83F80 is #07C07F. Grayscale: #7D7D7D. Windows color (decimal): -508032 or 8404984. OLE color: 8404984.

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

Color convert

RGB 248 63 128 -
CMYK 0 0.75 0.48 0.03
HSL 338.92º 0.93% 0.61% -
HSV(B) 338.92º 0.75% 0.97% -
XYZ 44.39 25.07 22.92 -
YUV 125.73 129.29 215.21 -
System Red Green Blue C M Y K H S L
Decimal 248 63 128 0 0.75 0.48 0.03 338.92 0.93 0.61
Hex F8 3F 80 0 4B 30 3 153 5D 3D
Octal 370 77 200 0 113 60 3 523 135 75
Binary 11111000 111111 10000000 0 1001011 110000 11 101010011 1011101 111101

Color Harmonies of #F83F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F80

Black with #F83F80

Text Example


Text Example

White with #F83F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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