Html Css Color HEX #FA447D Violet Red

📋 copy color: '#FA447D'

red 250 ◦ green 68 ◦ blue 125

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

Shades of Violet Red #FA447D

Tints of Violet Red #FA447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.22%

R = 56.43%
G = 15.35%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA447D (or 0xFA447D) is known color: Violet Red. HEX triplet: FA, 44 and 7D. RGB value is (250,68,125). Sum of RGB (Red+Green+Blue) = 250+68+125=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA447D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA447D is #05BB82. Grayscale: #808080. Windows color (decimal): -375683 or 8209658. OLE color: 8209658.

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

Color convert

RGB 250 68 125 -
CMYK 0 0.73 0.50 0.02
HSL 341.21º 0.95% 0.62% -
HSV(B) 341.21º 0.73% 0.98% -
XYZ 45.19 25.94 22.03 -
YUV 128.92 125.8 214.37 -
System Red Green Blue C M Y K H S L
Decimal 250 68 125 0 0.73 0.50 0.02 341.21 0.95 0.62
Hex FA 44 7D 0 49 32 2 155 5F 3E
Octal 372 104 175 0 111 62 2 525 137 76
Binary 11111010 1000100 1111101 0 1001001 110010 10 101010101 1011111 111110

Color Harmonies of #FA447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA447D

Black with #FA447D

Text Example


Text Example

White with #FA447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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