#F7478F

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

Shades of Violet Red #F7478F

Tints of Violet Red #F7478F

Color information

#F7478F (or 0xF7478F) is unknown color: approx Violet Red. HEX triplet: F7, 47 and 8F. RGB value is (247,71,143). Sum of RGB (Red+Green+Blue) = 247+71+143=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F7478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7478F is #08B870. Grayscale: #838383. Windows color (decimal): -571505 or 9390071. OLE color: 9390071.

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

Color convert

RGB24771143-
CMYK00.710.420.03
HSL335.45º91.67%62.35%-
HSV(B)335.45º71.26%96.86%-
XYZ45.5726.2628.65-
YUV131.83134.31210.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.58%
GREEN value IS 71 (28.12% from 255) = 15.40%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=53.58%
G=15.40%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477114300.710.420.03335.4591.6762.35
HexF7478F0472A314f5c3e
Octal367107217010752351713476
Binary1111011110001111000111101000111101010111010011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7478F; }

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

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

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

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

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

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

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

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