Html Css Color HEX #FD417C Violet Red

📋 copy color: '#FD417C'

red 253 ◦ green 65 ◦ blue 124

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

Shades of Violet Red #FD417C

Tints of Violet Red #FD417C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 57.24%
G = 14.71%
B = 28.05%

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

#FD417C (or 0xFD417C) is known color: Violet Red. HEX triplet: FD, 41 and 7C. RGB value is (253,65,124). Sum of RGB (Red+Green+Blue) = 253+65+124=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD417C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD417C is #02BE83. Grayscale: #7F7F7F. Windows color (decimal): -179844 or 8143357. OLE color: 8143357.

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

Color convert

RGB 253 65 124 -
CMYK 0 0.74 0.51 0.01
HSL 341.17º 0.98% 0.62% -
HSV(B) 341.17º 0.74% 0.99% -
XYZ 46.04 26.12 21.68 -
YUV 127.94 125.78 217.2 -
System Red Green Blue C M Y K H S L
Decimal 253 65 124 0 0.74 0.51 0.01 341.17 0.98 0.62
Hex FD 41 7C 0 4A 33 1 155 62 3E
Octal 375 101 174 0 112 63 1 525 142 76
Binary 11111101 1000001 1111100 0 1001010 110011 1 101010101 1100010 111110

Color Harmonies of #FD417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD417C

Black with #FD417C

Text Example


Text Example

White with #FD417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD417C; }

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

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

background-color css

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

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

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

border-color css

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

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

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