#f83d8d

Color #F83D8D Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #F83D8D

Tints of Violet Red #F83D8D

Color information

#F83D8D (or 0xF83D8D) is unknown color: approx Violet Red. HEX triplet: F8, 3D and 8D. RGB value is (248,61,141). Sum of RGB (Red+Green+Blue) = 248+61+141=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83D8D is #07C272. Grayscale: #7D7D7D. Windows color (decimal): -508531 or 9256440. OLE color: 9256440.

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

Color convert

RGB24861141-
CMYK00.750.430.03
HSL334.33º93.03%60.59%-
HSV(B)334.33º75.4%97.25%-
XYZ45.1925.2227.69-
YUV126.03136.45215-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.11%
GREEN value IS 61 (24.22% from 255) = 13.56%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=55.11%
G=13.56%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486114100.750.430.03334.3393.0360.59
HexF83D8D04B2B314e5d3d
Octal37075215011353351613575
Binary111110001111011000110101001011101011111010011101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f83d8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f83d8d; }

 p { color: rgb(248,61,141); }

 H1.HeaderClassName
 {
   color: #f83d8d;
 }
 .AnyTagClassName
 {
   color: #f83d8d;
 }
</style>
background-color css

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

 a { background-color: rgb(248,61,141); }

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

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

 span { border-color: rgb(248,61,141); }

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