Html Css Color HEX #FA427F Violet Red

📋 copy color: '#FA427F'

red 250 ◦ green 66 ◦ blue 127

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

Shades of Violet Red #FA427F

Tints of Violet Red #FA427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.67%

R = 56.43%
G = 14.9%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA427F (or 0xFA427F) is known color: Violet Red. HEX triplet: FA, 42 and 7F. RGB value is (250,66,127). Sum of RGB (Red+Green+Blue) = 250+66+127=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA427F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA427F is #05BD80. Grayscale: #7F7F7F. Windows color (decimal): -376193 or 8340218. OLE color: 8340218.

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

Color convert

RGB 250 66 127 -
CMYK 0 0.74 0.49 0.02
HSL 340.11º 0.95% 0.62% -
HSV(B) 340.11º 0.74% 0.98% -
XYZ 45.2 25.75 22.67 -
YUV 127.97 127.46 215.04 -
System Red Green Blue C M Y K H S L
Decimal 250 66 127 0 0.74 0.49 0.02 340.11 0.95 0.62
Hex FA 42 7F 0 4A 31 2 154 5F 3E
Octal 372 102 177 0 112 61 2 524 137 76
Binary 11111010 1000010 1111111 0 1001010 110001 10 101010100 1011111 111110

Color Harmonies of #FA427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA427F

Black with #FA427F

Text Example


Text Example

White with #FA427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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