Html Css Color HEX #FA4499 Violet Red

📋 copy color: '#FA4499'

red 250 ◦ green 68 ◦ blue 153

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

Shades of Violet Red #FA4499

Tints of Violet Red #FA4499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 53.08%
G = 14.44%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA4499 (or 0xFA4499) is known color: Violet Red. HEX triplet: FA, 44 and 99. RGB value is (250,68,153). Sum of RGB (Red+Green+Blue) = 250+68+153=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4499 is #05BB66. Grayscale: #838383. Windows color (decimal): -375655 or 10044666. OLE color: 10044666.

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

Color convert

RGB 250 68 153 -
CMYK 0 0.73 0.39 0.02
HSL 331.98º 0.95% 0.62% -
HSV(B) 331.98º 0.73% 0.98% -
XYZ 47.24 26.76 32.81 -
YUV 132.11 139.8 212.09 -
System Red Green Blue C M Y K H S L
Decimal 250 68 153 0 0.73 0.39 0.02 331.98 0.95 0.62
Hex FA 44 99 0 49 27 2 14C 5F 3E
Octal 372 104 231 0 111 47 2 514 137 76
Binary 11111010 1000100 10011001 0 1001001 100111 10 101001100 1011111 111110

Color Harmonies of #FA4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4499

Black with #FA4499

Text Example


Text Example

White with #FA4499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4499; }

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

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

background-color css

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

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

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

border-color css

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

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

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