Html Css Color HEX #FD418C Violet Red

📋 copy color: '#FD418C'

red 253 ◦ green 65 ◦ blue 140

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

Shades of Violet Red #FD418C

Tints of Violet Red #FD418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 55.24%
G = 14.19%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD418C (or 0xFD418C) is known color: Violet Red. HEX triplet: FD, 41 and 8C. RGB value is (253,65,140). Sum of RGB (Red+Green+Blue) = 253+65+140=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD418C is #02BE73. Grayscale: #818181. Windows color (decimal): -179828 or 9191933. OLE color: 9191933.

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

Color convert

RGB 253 65 140 -
CMYK 0 0.74 0.45 0.01
HSL 336.06º 0.98% 0.62% -
HSV(B) 336.06º 0.74% 0.99% -
XYZ 47.13 26.56 27.45 -
YUV 129.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 253 65 140 0 0.74 0.45 0.01 336.06 0.98 0.62
Hex FD 41 8C 0 4A 2D 1 150 62 3E
Octal 375 101 214 0 112 55 1 520 142 76
Binary 11111101 1000001 10001100 0 1001010 101101 1 101010000 1100010 111110

Color Harmonies of #FD418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD418C

Black with #FD418C

Text Example


Text Example

White with #FD418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD418C; }

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

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

background-color css

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

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

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

border-color css

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

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

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