#FA427E

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

Shades of Violet Red #FA427E

Tints of Violet Red #FA427E

Color information

#FA427E (or 0xFA427E) is unknown color: approx Violet Red. HEX triplet: FA, 42 and 7E. RGB value is (250,66,126). Sum of RGB (Red+Green+Blue) = 250+66+126=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA427E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA427E is #05BD81. Grayscale: #7F7F7F. Windows color (decimal): -376194 or 8274682. OLE color: 8274682.

HSL color Cylindrical-coordinate representation of color #FA427E: hue angle of 340.43º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA427E is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB25066126-
CMYK00.740.500.02
HSL340.43º94.85%61.96%-
HSV(B)340.43º73.6%98.04%-
XYZ45.1425.7322.33-
YUV127.86126.96215.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.56%
GREEN value IS 66 (26.17% from 255) = 14.93%
BLUE value IS 126 (49.61% from 255) = 28.51%
R=56.56%
G=14.93%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506612600.740.500.02340.4394.8561.96
HexFA427E04A3221545f3e
Octal372102176011262252413776
Binary111110101000010111111001001010110010101010101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA427E; }

 p { color: rgb(250,66,126); }

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

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

 a { background-color: rgb(250,66,126); }

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

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

 span { border-color: rgb(250,66,126); }

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