Html Css Color HEX #F83483 Violet Red

📋 copy color: '#F83483'

red 248 ◦ green 52 ◦ blue 131

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

Shades of Violet Red #F83483

Tints of Violet Red #F83483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.06%

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

R = 57.54%
G = 12.06%
B = 30.39%

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

#F83483 (or 0xF83483) is known color: Violet Red. HEX triplet: F8, 34 and 83. RGB value is (248,52,131). Sum of RGB (Red+Green+Blue) = 248+52+131=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F83483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83483 is #07CB7C. Grayscale: #777777. Windows color (decimal): -510845 or 8598776. OLE color: 8598776.

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

Color convert

RGB 248 52 131 -
CMYK 0 0.79 0.47 0.03
HSL 335.82º 0.93% 0.59% -
HSV(B) 335.82º 0.79% 0.97% -
XYZ 44.04 24.05 23.79 -
YUV 119.61 134.43 219.58 -
System Red Green Blue C M Y K H S L
Decimal 248 52 131 0 0.79 0.47 0.03 335.82 0.93 0.59
Hex F8 34 83 0 4F 2F 3 150 5D 3B
Octal 370 64 203 0 117 57 3 520 135 73
Binary 11111000 110100 10000011 0 1001111 101111 11 101010000 1011101 111011

Color Harmonies of #F83483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83483

Black with #F83483

Text Example


Text Example

White with #F83483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83483; }

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

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

background-color css

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

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

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

border-color css

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

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

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