#F7427C

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

Shades of Violet Red #F7427C

Tints of Violet Red #F7427C

Color information

#F7427C (or 0xF7427C) is unknown color: approx Violet Red. HEX triplet: F7, 42 and 7C. RGB value is (247,66,124). Sum of RGB (Red+Green+Blue) = 247+66+124=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7427C is #08BD83. Grayscale: #7E7E7E. Windows color (decimal): -572804 or 8143607. OLE color: 8143607.

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

Color convert

RGB24766124-
CMYK00.730.500.03
HSL340.77º91.88%61.37%-
HSV(B)340.77º73.28%96.86%-
XYZ43.9425.1321.6-
YUV126.73126.47213.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.52%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=56.52%
G=15.10%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476612400.730.500.03340.7791.8861.37
HexF7427C0493231555c3d
Octal367102174011162352513475
Binary111101111000010111110001001001110010111010101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7427C; }

 p { color: rgb(247,66,124); }

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

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

 a { background-color: rgb(247,66,124); }

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

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

 span { border-color: rgb(247,66,124); }

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