Html Css Color HEX #FD418D Violet Red

📋 copy color: '#FD418D'

red 253 ◦ green 65 ◦ blue 141

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

Shades of Violet Red #FD418D

Tints of Violet Red #FD418D

RGB

 RED value IS 253 (99.22% from 255) = 55.12%

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

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

R = 55.12%
G = 14.16%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD418D (or 0xFD418D) is known color: Violet Red. HEX triplet: FD, 41 and 8D. RGB value is (253,65,141). Sum of RGB (Red+Green+Blue) = 253+65+141=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD418D is #02BE72. Grayscale: #818181. Windows color (decimal): -179827 or 9257469. OLE color: 9257469.

HSL color Cylindrical-coordinate representation of color #FD418D: hue angle of 335.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD418D is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 65 141 -
CMYK 0 0.74 0.44 0.01
HSL 335.74º 0.98% 0.62% -
HSV(B) 335.74º 0.74% 0.99% -
XYZ 47.21 26.59 27.84 -
YUV 129.88 134.28 215.82 -
System Red Green Blue C M Y K H S L
Decimal 253 65 141 0 0.74 0.44 0.01 335.74 0.98 0.62
Hex FD 41 8D 0 4A 2C 1 150 62 3E
Octal 375 101 215 0 112 54 1 520 142 76
Binary 11111101 1000001 10001101 0 1001010 101100 1 101010000 1100010 111110

Color Harmonies of #FD418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD418D

Black with #FD418D

Text Example


Text Example

White with #FD418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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