Html Css Color HEX #FD4188 Violet Red

📋 copy color: '#FD4188'

red 253 ◦ green 65 ◦ blue 136

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

Shades of Violet Red #FD4188

Tints of Violet Red #FD4188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.96%

R = 55.73%
G = 14.32%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD4188 (or 0xFD4188) is known color: Violet Red. HEX triplet: FD, 41 and 88. RGB value is (253,65,136). Sum of RGB (Red+Green+Blue) = 253+65+136=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4188 is #02BE77. Grayscale: #818181. Windows color (decimal): -179832 or 8929789. OLE color: 8929789.

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

Color convert

RGB 253 65 136 -
CMYK 0 0.74 0.46 0.01
HSL 337.34º 0.98% 0.62% -
HSV(B) 337.34º 0.74% 0.99% -
XYZ 46.84 26.44 25.93 -
YUV 129.31 131.78 216.23 -
System Red Green Blue C M Y K H S L
Decimal 253 65 136 0 0.74 0.46 0.01 337.34 0.98 0.62
Hex FD 41 88 0 4A 2E 1 151 62 3E
Octal 375 101 210 0 112 56 1 521 142 76
Binary 11111101 1000001 10001000 0 1001010 101110 1 101010001 1100010 111110

Color Harmonies of #FD4188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4188

Black with #FD4188

Text Example


Text Example

White with #FD4188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4188; }

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

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

background-color css

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

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

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

border-color css

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

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

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