#F7468A

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

Shades of Violet Red #F7468A

Tints of Violet Red #F7468A

Color information

#F7468A (or 0xF7468A) is unknown color: approx Violet Red. HEX triplet: F7, 46 and 8A. RGB value is (247,70,138). Sum of RGB (Red+Green+Blue) = 247+70+138=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F7468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7468A is #08B975. Grayscale: #828282. Windows color (decimal): -571766 or 9062135. OLE color: 9062135.

HSL color Cylindrical-coordinate representation of color #F7468A: hue angle of 336.95º 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 #F7468A is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB24770138-
CMYK00.720.440.03
HSL336.95º91.71%62.16%-
HSV(B)336.95º71.66%96.86%-
XYZ45.1425.9926.68-
YUV130.67132.14210.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.29%
GREEN value IS 70 (27.73% from 255) = 15.38%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=54.29%
G=15.38%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477013800.720.440.03336.9591.7162.16
HexF7468A0482C31515c3e
Octal367106212011054352113476
Binary1111011110001101000101001001000101100111010100011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7468A; }

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

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

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

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

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

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

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

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