Html Css Color HEX #FA428F Violet Red

📋 copy color: '#FA428F'

red 250 ◦ green 66 ◦ blue 143

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

Shades of Violet Red #FA428F

Tints of Violet Red #FA428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.15%

R = 54.47%
G = 14.38%
B = 31.15%

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

#FA428F (or 0xFA428F) is known color: Violet Red. HEX triplet: FA, 42 and 8F. RGB value is (250,66,143). Sum of RGB (Red+Green+Blue) = 250+66+143=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA428F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA428F is #05BD70. Grayscale: #818181. Windows color (decimal): -376177 or 9388794. OLE color: 9388794.

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

Color convert

RGB 250 66 143 -
CMYK 0 0.74 0.43 0.02
HSL 334.89º 0.95% 0.62% -
HSV(B) 334.89º 0.74% 0.98% -
XYZ 46.33 26.2 28.6 -
YUV 129.79 135.46 213.74 -
System Red Green Blue C M Y K H S L
Decimal 250 66 143 0 0.74 0.43 0.02 334.89 0.95 0.62
Hex FA 42 8F 0 4A 2B 2 14F 5F 3E
Octal 372 102 217 0 112 53 2 517 137 76
Binary 11111010 1000010 10001111 0 1001010 101011 10 101001111 1011111 111110

Color Harmonies of #FA428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA428F

Black with #FA428F

Text Example


Text Example

White with #FA428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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