Html Css Color HEX #FD417D Violet Red

📋 copy color: '#FD417D'

red 253 ◦ green 65 ◦ blue 125

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

Shades of Violet Red #FD417D

Tints of Violet Red #FD417D

RGB

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

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

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

R = 57.11%
G = 14.67%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD417D (or 0xFD417D) is known color: Violet Red. HEX triplet: FD, 41 and 7D. RGB value is (253,65,125). Sum of RGB (Red+Green+Blue) = 253+65+125=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD417D is #02BE82. Grayscale: #808080. Windows color (decimal): -179843 or 8208893. OLE color: 8208893.

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

Color convert

RGB 253 65 125 -
CMYK 0 0.74 0.51 0.01
HSL 340.85º 0.98% 0.62% -
HSV(B) 340.85º 0.74% 0.99% -
XYZ 46.1 26.14 22.02 -
YUV 128.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 253 65 125 0 0.74 0.51 0.01 340.85 0.98 0.62
Hex FD 41 7D 0 4A 33 1 155 62 3E
Octal 375 101 175 0 112 63 1 525 142 76
Binary 11111101 1000001 1111101 0 1001010 110011 1 101010101 1100010 111110

Color Harmonies of #FD417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD417D

Black with #FD417D

Text Example


Text Example

White with #FD417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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