Html Css Color HEX #FA428E Violet Red

📋 copy color: '#FA428E'

red 250 ◦ green 66 ◦ blue 142

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

Shades of Violet Red #FA428E

Tints of Violet Red #FA428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31%

R = 54.59%
G = 14.41%
B = 31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA428E (or 0xFA428E) is known color: Violet Red. HEX triplet: FA, 42 and 8E. RGB value is (250,66,142). Sum of RGB (Red+Green+Blue) = 250+66+142=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA428E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA428E is #05BD71. Grayscale: #818181. Windows color (decimal): -376178 or 9323258. OLE color: 9323258.

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

Color convert

RGB 250 66 142 -
CMYK 0 0.74 0.43 0.02
HSL 335.22º 0.95% 0.62% -
HSV(B) 335.22º 0.74% 0.98% -
XYZ 46.26 26.17 28.21 -
YUV 129.68 134.96 213.82 -
System Red Green Blue C M Y K H S L
Decimal 250 66 142 0 0.74 0.43 0.02 335.22 0.95 0.62
Hex FA 42 8E 0 4A 2B 2 14F 5F 3E
Octal 372 102 216 0 112 53 2 517 137 76
Binary 11111010 1000010 10001110 0 1001010 101011 10 101001111 1011111 111110

Color Harmonies of #FA428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA428E

Black with #FA428E

Text Example


Text Example

White with #FA428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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