Html Css Color HEX #FA428B Violet Red

📋 copy color: '#FA428B'

red 250 ◦ green 66 ◦ blue 139

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

Shades of Violet Red #FA428B

Tints of Violet Red #FA428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.55%

R = 54.95%
G = 14.51%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA428B (or 0xFA428B) is known color: Violet Red. HEX triplet: FA, 42 and 8B. RGB value is (250,66,139). Sum of RGB (Red+Green+Blue) = 250+66+139=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA428B is #05BD74. Grayscale: #818181. Windows color (decimal): -376181 or 9126650. OLE color: 9126650.

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

Color convert

RGB 250 66 139 -
CMYK 0 0.74 0.44 0.02
HSL 336.2º 0.95% 0.62% -
HSV(B) 336.2º 0.74% 0.98% -
XYZ 46.03 26.08 27.03 -
YUV 129.34 133.46 214.06 -
System Red Green Blue C M Y K H S L
Decimal 250 66 139 0 0.74 0.44 0.02 336.2 0.95 0.62
Hex FA 42 8B 0 4A 2C 2 150 5F 3E
Octal 372 102 213 0 112 54 2 520 137 76
Binary 11111010 1000010 10001011 0 1001010 101100 10 101010000 1011111 111110

Color Harmonies of #FA428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA428B

Black with #FA428B

Text Example


Text Example

White with #FA428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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