Html Css Color HEX #FD4185 Violet Red

📋 copy color: '#FD4185'

red 253 ◦ green 65 ◦ blue 133

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

Shades of Violet Red #FD4185

Tints of Violet Red #FD4185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 56.1%
G = 14.41%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD4185 (or 0xFD4185) is known color: Violet Red. HEX triplet: FD, 41 and 85. RGB value is (253,65,133). Sum of RGB (Red+Green+Blue) = 253+65+133=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4185 is #02BE7A. Grayscale: #808080. Windows color (decimal): -179835 or 8733181. OLE color: 8733181.

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

Color convert

RGB 253 65 133 -
CMYK 0 0.74 0.47 0.01
HSL 338.3º 0.98% 0.62% -
HSV(B) 338.3º 0.74% 0.99% -
XYZ 46.63 26.36 24.82 -
YUV 128.96 130.28 216.47 -
System Red Green Blue C M Y K H S L
Decimal 253 65 133 0 0.74 0.47 0.01 338.3 0.98 0.62
Hex FD 41 85 0 4A 2F 1 152 62 3E
Octal 375 101 205 0 112 57 1 522 142 76
Binary 11111101 1000001 10000101 0 1001010 101111 1 101010010 1100010 111110

Color Harmonies of #FD4185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4185

Black with #FD4185

Text Example


Text Example

White with #FD4185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4185; }

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

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

background-color css

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

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

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

border-color css

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

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

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