Html Css Color HEX #F83383 Violet Red

📋 copy color: '#F83383'

red 248 ◦ green 51 ◦ blue 131

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

Shades of Violet Red #F83383

Tints of Violet Red #F83383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.86%

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 57.67%
G = 11.86%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F83383 (or 0xF83383) is known color: Violet Red. HEX triplet: F8, 33 and 83. RGB value is (248,51,131). Sum of RGB (Red+Green+Blue) = 248+51+131=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F83383 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83383 is #07CC7C. Grayscale: #767676. Windows color (decimal): -511101 or 8598520. OLE color: 8598520.

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

Color convert

RGB 248 51 131 -
CMYK 0 0.79 0.47 0.03
HSL 335.63º 0.93% 0.59% -
HSV(B) 335.63º 0.79% 0.97% -
XYZ 43.99 23.96 23.78 -
YUV 119.02 134.77 220 -
System Red Green Blue C M Y K H S L
Decimal 248 51 131 0 0.79 0.47 0.03 335.63 0.93 0.59
Hex F8 33 83 0 4F 2F 3 150 5D 3B
Octal 370 63 203 0 117 57 3 520 135 73
Binary 11111000 110011 10000011 0 1001111 101111 11 101010000 1011101 111011

Color Harmonies of #F83383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83383

Black with #F83383

Text Example


Text Example

White with #F83383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83383; }

 p { color: rgb(248,51,131); }

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

background-color css

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

 a { background-color: rgb(248,51,131); }

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

border-color css

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

 span { border-color: rgb(248,51,131); }

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