Html Css Color HEX #F83481 Violet Red

📋 copy color: '#F83481'

red 248 ◦ green 52 ◦ blue 129

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

Shades of Violet Red #F83481

Tints of Violet Red #F83481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 57.81%
G = 12.12%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F83481 (or 0xF83481) is known color: Violet Red. HEX triplet: F8, 34 and 81. RGB value is (248,52,129). Sum of RGB (Red+Green+Blue) = 248+52+129=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F83481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83481 is #07CB7E. Grayscale: #777777. Windows color (decimal): -510847 or 8467704. OLE color: 8467704.

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

Color convert

RGB 248 52 129 -
CMYK 0 0.79 0.48 0.03
HSL 336.43º 0.93% 0.59% -
HSV(B) 336.43º 0.79% 0.97% -
XYZ 43.9 24 23.09 -
YUV 119.38 133.43 219.74 -
System Red Green Blue C M Y K H S L
Decimal 248 52 129 0 0.79 0.48 0.03 336.43 0.93 0.59
Hex F8 34 81 0 4F 30 3 150 5D 3B
Octal 370 64 201 0 117 60 3 520 135 73
Binary 11111000 110100 10000001 0 1001111 110000 11 101010000 1011101 111011

Color Harmonies of #F83481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83481

Black with #F83481

Text Example


Text Example

White with #F83481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83481; }

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

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

background-color css

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

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

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

border-color css

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

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

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