Html Css Color HEX #FA427C Violet Red

📋 copy color: '#FA427C'

red 250 ◦ green 66 ◦ blue 124

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

Shades of Violet Red #FA427C

Tints of Violet Red #FA427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.18%

R = 56.82%
G = 15%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA427C (or 0xFA427C) is known color: Violet Red. HEX triplet: FA, 42 and 7C. RGB value is (250,66,124). Sum of RGB (Red+Green+Blue) = 250+66+124=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA427C is #05BD83. Grayscale: #7F7F7F. Windows color (decimal): -376196 or 8143610. OLE color: 8143610.

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

Color convert

RGB 250 66 124 -
CMYK 0 0.74 0.50 0.02
HSL 341.09º 0.95% 0.62% -
HSV(B) 341.09º 0.74% 0.98% -
XYZ 45.01 25.68 21.65 -
YUV 127.63 125.96 215.28 -
System Red Green Blue C M Y K H S L
Decimal 250 66 124 0 0.74 0.50 0.02 341.09 0.95 0.62
Hex FA 42 7C 0 4A 32 2 155 5F 3E
Octal 372 102 174 0 112 62 2 525 137 76
Binary 11111010 1000010 1111100 0 1001010 110010 10 101010101 1011111 111110

Color Harmonies of #FA427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA427C

Black with #FA427C

Text Example


Text Example

White with #FA427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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