Html Css Color HEX #FA418D Violet Red

📋 copy color: '#FA418D'

red 250 ◦ green 65 ◦ blue 141

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

Shades of Violet Red #FA418D

Tints of Violet Red #FA418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.25%

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 54.82%
G = 14.25%
B = 30.92%

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

#FA418D (or 0xFA418D) is known color: Violet Red. HEX triplet: FA, 41 and 8D. RGB value is (250,65,141). Sum of RGB (Red+Green+Blue) = 250+65+141=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA418D is #05BE72. Grayscale: #808080. Windows color (decimal): -376435 or 9257466. OLE color: 9257466.

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

Color convert

RGB 250 65 141 -
CMYK 0 0.74 0.44 0.02
HSL 335.35º 0.95% 0.62% -
HSV(B) 335.35º 0.74% 0.98% -
XYZ 46.12 26.03 27.79 -
YUV 128.98 134.79 214.32 -
System Red Green Blue C M Y K H S L
Decimal 250 65 141 0 0.74 0.44 0.02 335.35 0.95 0.62
Hex FA 41 8D 0 4A 2C 2 14F 5F 3E
Octal 372 101 215 0 112 54 2 517 137 76
Binary 11111010 1000001 10001101 0 1001010 101100 10 101001111 1011111 111110

Color Harmonies of #FA418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA418D

Black with #FA418D

Text Example


Text Example

White with #FA418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA418D; }

 p { color: rgb(250,65,141); }

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

background-color css

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

 a { background-color: rgb(250,65,141); }

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

border-color css

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

 span { border-color: rgb(250,65,141); }

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