#F5478F

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

Shades of Violet Red #F5478F

Tints of Violet Red #F5478F

Color information

#F5478F (or 0xF5478F) is unknown color: approx Violet Red. HEX triplet: F5, 47 and 8F. RGB value is (245,71,143). Sum of RGB (Red+Green+Blue) = 245+71+143=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F5478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5478F is #0AB870. Grayscale: #838383. Windows color (decimal): -702577 or 9390069. OLE color: 9390069.

HSL color Cylindrical-coordinate representation of color #F5478F: hue angle of 335.17º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5478F is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB24571143-
CMYK00.710.420.04
HSL335.17º89.69%61.96%-
HSV(B)335.17º71.02%96.08%-
XYZ44.8725.928.62-
YUV131.23134.65209.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.38%
GREEN value IS 71 (28.12% from 255) = 15.47%
BLUE value IS 143 (56.25% from 255) = 31.15%
R=53.38%
G=15.47%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457114300.710.420.04335.1789.6961.96
HexF5478F0472A414f5a3e
Octal365107217010752451713276
Binary11110101100011110001111010001111010101001010011111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5478F; }

 p { color: rgb(245,71,143); }

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

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

 a { background-color: rgb(245,71,143); }

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

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

 span { border-color: rgb(245,71,143); }

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