#F7427D

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

Shades of Violet Red #F7427D

Tints of Violet Red #F7427D

Color information

#F7427D (or 0xF7427D) is unknown color: approx Violet Red. HEX triplet: F7, 42 and 7D. RGB value is (247,66,125). Sum of RGB (Red+Green+Blue) = 247+66+125=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F7427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7427D is #08BD82. Grayscale: #7E7E7E. Windows color (decimal): -572803 or 8209143. OLE color: 8209143.

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

Color convert

RGB24766125-
CMYK00.730.490.03
HSL340.44º91.88%61.37%-
HSV(B)340.44º73.28%96.86%-
XYZ44.0125.1521.94-
YUV126.84126.97213.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.39%
GREEN value IS 66 (26.17% from 255) = 15.07%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=56.39%
G=15.07%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476612500.730.490.03340.4491.8861.37
HexF7427D0493131545c3d
Octal367102175011161352413475
Binary111101111000010111110101001001110001111010101001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7427D; }

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

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

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

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

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

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

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

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