Html Css Color HEX #FD4184 Violet Red

📋 copy color: '#FD4184'

red 253 ◦ green 65 ◦ blue 132

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

Shades of Violet Red #FD4184

Tints of Violet Red #FD4184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.33%

R = 56.22%
G = 14.44%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD4184 (or 0xFD4184) is known color: Violet Red. HEX triplet: FD, 41 and 84. RGB value is (253,65,132). Sum of RGB (Red+Green+Blue) = 253+65+132=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4184 is #02BE7B. Grayscale: #808080. Windows color (decimal): -179836 or 8667645. OLE color: 8667645.

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

Color convert

RGB 253 65 132 -
CMYK 0 0.74 0.48 0.01
HSL 338.62º 0.98% 0.62% -
HSV(B) 338.62º 0.74% 0.99% -
XYZ 46.56 26.33 24.46 -
YUV 128.85 129.78 216.55 -
System Red Green Blue C M Y K H S L
Decimal 253 65 132 0 0.74 0.48 0.01 338.62 0.98 0.62
Hex FD 41 84 0 4A 30 1 153 62 3E
Octal 375 101 204 0 112 60 1 523 142 76
Binary 11111101 1000001 10000100 0 1001010 110000 1 101010011 1100010 111110

Color Harmonies of #FD4184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4184

Black with #FD4184

Text Example


Text Example

White with #FD4184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4184; }

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

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

background-color css

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

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

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

border-color css

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

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

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