Html Css Color HEX #FA438D Violet Red

📋 copy color: '#FA438D'

red 250 ◦ green 67 ◦ blue 141

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

Shades of Violet Red #FA438D

Tints of Violet Red #FA438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.63%

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

R = 54.59%
G = 14.63%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA438D (or 0xFA438D) is known color: Violet Red. HEX triplet: FA, 43 and 8D. RGB value is (250,67,141). Sum of RGB (Red+Green+Blue) = 250+67+141=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA438D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA438D is #05BC72. Grayscale: #828282. Windows color (decimal): -375923 or 9257978. OLE color: 9257978.

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

Color convert

RGB 250 67 141 -
CMYK 0 0.73 0.44 0.02
HSL 335.74º 0.95% 0.62% -
HSV(B) 335.74º 0.73% 0.98% -
XYZ 46.24 26.26 27.83 -
YUV 130.15 134.13 213.48 -
System Red Green Blue C M Y K H S L
Decimal 250 67 141 0 0.73 0.44 0.02 335.74 0.95 0.62
Hex FA 43 8D 0 49 2C 2 150 5F 3E
Octal 372 103 215 0 111 54 2 520 137 76
Binary 11111010 1000011 10001101 0 1001001 101100 10 101010000 1011111 111110

Color Harmonies of #FA438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA438D

Black with #FA438D

Text Example


Text Example

White with #FA438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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