Html Css Color HEX #FA428A Violet Red

📋 copy color: '#FA428A'

red 250 ◦ green 66 ◦ blue 138

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

Shades of Violet Red #FA428A

Tints of Violet Red #FA428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 55.07%
G = 14.54%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA428A (or 0xFA428A) is known color: Violet Red. HEX triplet: FA, 42 and 8A. RGB value is (250,66,138). Sum of RGB (Red+Green+Blue) = 250+66+138=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA428A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA428A is #05BD75. Grayscale: #818181. Windows color (decimal): -376182 or 9061114. OLE color: 9061114.

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

Color convert

RGB 250 66 138 -
CMYK 0 0.74 0.45 0.02
HSL 336.52º 0.95% 0.62% -
HSV(B) 336.52º 0.74% 0.98% -
XYZ 45.96 26.06 26.65 -
YUV 129.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 250 66 138 0 0.74 0.45 0.02 336.52 0.95 0.62
Hex FA 42 8A 0 4A 2D 2 151 5F 3E
Octal 372 102 212 0 112 55 2 521 137 76
Binary 11111010 1000010 10001010 0 1001010 101101 10 101010001 1011111 111110

Color Harmonies of #FA428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA428A

Black with #FA428A

Text Example


Text Example

White with #FA428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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