#F8478A

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

Shades of Violet Red #F8478A

Tints of Violet Red #F8478A

Color information

#F8478A (or 0xF8478A) is unknown color: approx Violet Red. HEX triplet: F8, 47 and 8A. RGB value is (248,71,138). Sum of RGB (Red+Green+Blue) = 248+71+138=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F8478A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8478A is #07B875. Grayscale: #838383. Windows color (decimal): -505974 or 9062392. OLE color: 9062392.

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

Color convert

RGB24871138-
CMYK00.710.440.03
HSL337.29º92.67%62.55%-
HSV(B)337.29º71.37%97.25%-
XYZ45.5526.326.72-
YUV131.56131.64211.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.27%
GREEN value IS 71 (28.12% from 255) = 15.54%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=54.27%
G=15.54%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487113800.710.440.03337.2992.6762.55
HexF8478A0472C31515d3f
Octal370107212010754352113577
Binary1111100010001111000101001000111101100111010100011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8478A; }

 p { color: rgb(248,71,138); }

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

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

 a { background-color: rgb(248,71,138); }

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

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

 span { border-color: rgb(248,71,138); }

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