Html Css Color HEX #F83387 Violet Red

📋 copy color: '#F83387'

red 248 ◦ green 51 ◦ blue 135

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

Shades of Violet Red #F83387

Tints of Violet Red #F83387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.11%

R = 57.14%
G = 11.75%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F83387 (or 0xF83387) is known color: Violet Red. HEX triplet: F8, 33 and 87. RGB value is (248,51,135). Sum of RGB (Red+Green+Blue) = 248+51+135=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F83387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83387 is #07CC78. Grayscale: #777777. Windows color (decimal): -511097 or 8860664. OLE color: 8860664.

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

Color convert

RGB 248 51 135 -
CMYK 0 0.79 0.46 0.03
HSL 334.42º 0.93% 0.59% -
HSV(B) 334.42º 0.79% 0.97% -
XYZ 44.27 24.07 25.24 -
YUV 119.48 136.77 219.67 -
System Red Green Blue C M Y K H S L
Decimal 248 51 135 0 0.79 0.46 0.03 334.42 0.93 0.59
Hex F8 33 87 0 4F 2E 3 14E 5D 3B
Octal 370 63 207 0 117 56 3 516 135 73
Binary 11111000 110011 10000111 0 1001111 101110 11 101001110 1011101 111011

Color Harmonies of #F83387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83387

Black with #F83387

Text Example


Text Example

White with #F83387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83387; }

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

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

background-color css

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

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

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

border-color css

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

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

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