Html Css Color HEX #FA427B Violet Red

📋 copy color: '#FA427B'

red 250 ◦ green 66 ◦ blue 123

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

Shades of Violet Red #FA427B

Tints of Violet Red #FA427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.02%

R = 56.95%
G = 15.03%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA427B (or 0xFA427B) is known color: Violet Red. HEX triplet: FA, 42 and 7B. RGB value is (250,66,123). Sum of RGB (Red+Green+Blue) = 250+66+123=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA427B is #05BD84. Grayscale: #7F7F7F. Windows color (decimal): -376197 or 8078074. OLE color: 8078074.

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

Color convert

RGB 250 66 123 -
CMYK 0 0.74 0.51 0.02
HSL 341.41º 0.95% 0.62% -
HSV(B) 341.41º 0.74% 0.98% -
XYZ 44.95 25.65 21.32 -
YUV 127.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 250 66 123 0 0.74 0.51 0.02 341.41 0.95 0.62
Hex FA 42 7B 0 4A 33 2 155 5F 3E
Octal 372 102 173 0 112 63 2 525 137 76
Binary 11111010 1000010 1111011 0 1001010 110011 10 101010101 1011111 111110

Color Harmonies of #FA427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA427B

Black with #FA427B

Text Example


Text Example

White with #FA427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA427B; }

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

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

background-color css

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

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

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

border-color css

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

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

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