Html Css Color HEX #FD4888 Violet Red

📋 copy color: '#FD4888'

red 253 ◦ green 72 ◦ blue 136

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

Shades of Violet Red #FD4888

Tints of Violet Red #FD4888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.62%

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

R = 54.88%
G = 15.62%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD4888 (or 0xFD4888) is known color: Violet Red. HEX triplet: FD, 48 and 88. RGB value is (253,72,136). Sum of RGB (Red+Green+Blue) = 253+72+136=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4888 is #02B777. Grayscale: #858585. Windows color (decimal): -178040 or 8931581. OLE color: 8931581.

HSL color Cylindrical-coordinate representation of color #FD4888: hue angle of 338.78º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD4888 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 72 136 -
CMYK 0 0.72 0.46 0.01
HSL 338.78º 0.98% 0.64% -
HSV(B) 338.78º 0.72% 0.99% -
XYZ 47.27 27.29 26.07 -
YUV 133.42 129.47 213.3 -
System Red Green Blue C M Y K H S L
Decimal 253 72 136 0 0.72 0.46 0.01 338.78 0.98 0.64
Hex FD 48 88 0 48 2E 1 153 62 40
Octal 375 110 210 0 110 56 1 523 142 100
Binary 11111101 1001000 10001000 0 1001000 101110 1 101010011 1100010 1000000

Color Harmonies of #FD4888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4888

Black with #FD4888

Text Example


Text Example

White with #FD4888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4888; }

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

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

background-color css

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

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

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

border-color css

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

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

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