Html Css Color HEX #FA4495 Violet Red

📋 copy color: '#FA4495'

red 250 ◦ green 68 ◦ blue 149

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

Shades of Violet Red #FA4495

Tints of Violet Red #FA4495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 53.53%
G = 14.56%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA4495 (or 0xFA4495) is known color: Violet Red. HEX triplet: FA, 44 and 95. RGB value is (250,68,149). Sum of RGB (Red+Green+Blue) = 250+68+149=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4495 is #05BB6A. Grayscale: #838383. Windows color (decimal): -375659 or 9782522. OLE color: 9782522.

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

Color convert

RGB 250 68 149 -
CMYK 0 0.73 0.40 0.02
HSL 333.3º 0.95% 0.62% -
HSV(B) 333.3º 0.73% 0.98% -
XYZ 46.92 26.63 31.1 -
YUV 131.65 137.8 212.41 -
System Red Green Blue C M Y K H S L
Decimal 250 68 149 0 0.73 0.40 0.02 333.3 0.95 0.62
Hex FA 44 95 0 49 28 2 14D 5F 3E
Octal 372 104 225 0 111 50 2 515 137 76
Binary 11111010 1000100 10010101 0 1001001 101000 10 101001101 1011111 111110

Color Harmonies of #FA4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4495

Black with #FA4495

Text Example


Text Example

White with #FA4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4495; }

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

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

background-color css

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

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

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

border-color css

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

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

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