Html Css Color HEX #FA468D Violet Red

📋 copy color: '#FA468D'

red 250 ◦ green 70 ◦ blue 141

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

Shades of Violet Red #FA468D

Tints of Violet Red #FA468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 54.23%
G = 15.18%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA468D (or 0xFA468D) is known color: Violet Red. HEX triplet: FA, 46 and 8D. RGB value is (250,70,141). Sum of RGB (Red+Green+Blue) = 250+70+141=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA468D is #05B972. Grayscale: #838383. Windows color (decimal): -375155 or 9258746. OLE color: 9258746.

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

Color convert

RGB 250 70 141 -
CMYK 0 0.72 0.44 0.02
HSL 336.33º 0.95% 0.63% -
HSV(B) 336.33º 0.72% 0.98% -
XYZ 46.42 26.63 27.89 -
YUV 131.91 133.13 212.23 -
System Red Green Blue C M Y K H S L
Decimal 250 70 141 0 0.72 0.44 0.02 336.33 0.95 0.63
Hex FA 46 8D 0 48 2C 2 150 5F 3F
Octal 372 106 215 0 110 54 2 520 137 77
Binary 11111010 1000110 10001101 0 1001000 101100 10 101010000 1011111 111111

Color Harmonies of #FA468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA468D

Black with #FA468D

Text Example


Text Example

White with #FA468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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