Html Css Color HEX #FA467E Violet Red

📋 copy color: '#FA467E'

red 250 ◦ green 70 ◦ blue 126

#FA467E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #FA467E

Tints of Violet Red #FA467E

RGB

 RED value IS 250 (98.05% from 255) = 56.05%

 GREEN value IS 70 (27.73% from 255) = 15.7%

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 56.05%
G = 15.7%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA467E (or 0xFA467E) is known color: Violet Red. HEX triplet: FA, 46 and 7E. RGB value is (250,70,126). Sum of RGB (Red+Green+Blue) = 250+70+126=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA467E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA467E is #05B981. Grayscale: #828282. Windows color (decimal): -375170 or 8275706. OLE color: 8275706.

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

Color convert

RGB 250 70 126 -
CMYK 0 0.72 0.50 0.02
HSL 341.33º 0.95% 0.63% -
HSV(B) 341.33º 0.72% 0.98% -
XYZ 45.38 26.21 22.41 -
YUV 130.2 125.63 213.45 -
System Red Green Blue C M Y K H S L
Decimal 250 70 126 0 0.72 0.50 0.02 341.33 0.95 0.63
Hex FA 46 7E 0 48 32 2 155 5F 3F
Octal 372 106 176 0 110 62 2 525 137 77
Binary 11111010 1000110 1111110 0 1001000 110010 10 101010101 1011111 111111

Color Harmonies of #FA467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA467E

Black with #FA467E

Text Example


Text Example

White with #FA467E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA467E; }

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

 H1.HeaderClassName
 {
   color: #FA467E;
 }
 .AnyTagClassName
 {
   color: #FA467E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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