Html Css Color HEX #FA428D Violet Red

📋 copy color: '#FA428D'

red 250 ◦ green 66 ◦ blue 141

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

Shades of Violet Red #FA428D

Tints of Violet Red #FA428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.44%

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

R = 54.7%
G = 14.44%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA428D (or 0xFA428D) is known color: Violet Red. HEX triplet: FA, 42 and 8D. RGB value is (250,66,141). Sum of RGB (Red+Green+Blue) = 250+66+141=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA428D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA428D is #05BD72. Grayscale: #818181. Windows color (decimal): -376179 or 9257722. OLE color: 9257722.

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

Color convert

RGB 250 66 141 -
CMYK 0 0.74 0.44 0.02
HSL 335.54º 0.95% 0.62% -
HSV(B) 335.54º 0.74% 0.98% -
XYZ 46.18 26.14 27.81 -
YUV 129.57 134.46 213.9 -
System Red Green Blue C M Y K H S L
Decimal 250 66 141 0 0.74 0.44 0.02 335.54 0.95 0.62
Hex FA 42 8D 0 4A 2C 2 150 5F 3E
Octal 372 102 215 0 112 54 2 520 137 76
Binary 11111010 1000010 10001101 0 1001010 101100 10 101010000 1011111 111110

Color Harmonies of #FA428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA428D

Black with #FA428D

Text Example


Text Example

White with #FA428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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