#F7468D

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

Shades of Violet Red #F7468D

Tints of Violet Red #F7468D

Color information

#F7468D (or 0xF7468D) is unknown color: approx Violet Red. HEX triplet: F7, 46 and 8D. RGB value is (247,70,141). Sum of RGB (Red+Green+Blue) = 247+70+141=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7468D is #08B972. Grayscale: #828282. Windows color (decimal): -571763 or 9258743. OLE color: 9258743.

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

Color convert

RGB24770141-
CMYK00.720.430.03
HSL335.93º91.71%62.16%-
HSV(B)335.93º71.66%96.86%-
XYZ45.3626.0827.84-
YUV131.02133.64210.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.93%
GREEN value IS 70 (27.73% from 255) = 15.28%
BLUE value IS 141 (55.47% from 255) = 30.79%
R=53.93%
G=15.28%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477014100.720.430.03335.9391.7162.16
HexF7468D0482B31505c3e
Octal367106215011053352013476
Binary1111011110001101000110101001000101011111010100001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7468D; }

 p { color: rgb(247,70,141); }

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

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

 a { background-color: rgb(247,70,141); }

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

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

 span { border-color: rgb(247,70,141); }

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