Html Css Color HEX #FA4476 Violet Red

📋 copy color: '#FA4476'

red 250 ◦ green 68 ◦ blue 118

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

Shades of Violet Red #FA4476

Tints of Violet Red #FA4476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.6%

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 57.34%
G = 15.6%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA4476 (or 0xFA4476) is known color: Violet Red. HEX triplet: FA, 44 and 76. RGB value is (250,68,118). Sum of RGB (Red+Green+Blue) = 250+68+118=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4476 is #05BB89. Grayscale: #808080. Windows color (decimal): -375690 or 7750906. OLE color: 7750906.

HSL color Cylindrical-coordinate representation of color #FA4476: hue angle of 343.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA4476 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 68 118 -
CMYK 0 0.73 0.53 0.02
HSL 343.52º 0.95% 0.62% -
HSV(B) 343.52º 0.73% 0.98% -
XYZ 44.76 25.77 19.75 -
YUV 128.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 250 68 118 0 0.73 0.53 0.02 343.52 0.95 0.62
Hex FA 44 76 0 49 35 2 158 5F 3E
Octal 372 104 166 0 111 65 2 530 137 76
Binary 11111010 1000100 1110110 0 1001001 110101 10 101011000 1011111 111110

Color Harmonies of #FA4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4476

Black with #FA4476

Text Example


Text Example

White with #FA4476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4476; }

 p { color: rgb(250,68,118); }

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

background-color css

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

 a { background-color: rgb(250,68,118); }

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

border-color css

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

 span { border-color: rgb(250,68,118); }

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