Html Css Color HEX #F83A76 Violet Red

📋 copy color: '#F83A76'

red 248 ◦ green 58 ◦ blue 118

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

Shades of Violet Red #F83A76

Tints of Violet Red #F83A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.68%

 BLUE value IS 118 (46.48% from 255) = 27.83%

R = 58.49%
G = 13.68%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F83A76 (or 0xF83A76) is known color: Violet Red. HEX triplet: F8, 3A and 76. RGB value is (248,58,118). Sum of RGB (Red+Green+Blue) = 248+58+118=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83A76 is #07C589. Grayscale: #797979. Windows color (decimal): -509322 or 7748344. OLE color: 7748344.

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

Color convert

RGB 248 58 118 -
CMYK 0 0.77 0.52 0.03
HSL 341.05º 0.93% 0.6% -
HSV(B) 341.05º 0.77% 0.97% -
XYZ 43.49 24.29 19.54 -
YUV 121.65 125.95 218.12 -
System Red Green Blue C M Y K H S L
Decimal 248 58 118 0 0.77 0.52 0.03 341.05 0.93 0.6
Hex F8 3A 76 0 4D 34 3 155 5D 3C
Octal 370 72 166 0 115 64 3 525 135 74
Binary 11111000 111010 1110110 0 1001101 110100 11 101010101 1011101 111100

Color Harmonies of #F83A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83A76

Black with #F83A76

Text Example


Text Example

White with #F83A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83A76; }

 p { color: rgb(248,58,118); }

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

background-color css

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

 a { background-color: rgb(248,58,118); }

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

border-color css

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

 span { border-color: rgb(248,58,118); }

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