Html Css Color HEX #FD4488 Violet Red

📋 copy color: '#FD4488'

red 253 ◦ green 68 ◦ blue 136

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

Shades of Violet Red #FD4488

Tints of Violet Red #FD4488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.88%

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

R = 55.36%
G = 14.88%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD4488 (or 0xFD4488) is known color: Violet Red. HEX triplet: FD, 44 and 88. RGB value is (253,68,136). Sum of RGB (Red+Green+Blue) = 253+68+136=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4488 is #02BB77. Grayscale: #828282. Windows color (decimal): -179064 or 8930557. OLE color: 8930557.

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

Color convert

RGB 253 68 136 -
CMYK 0 0.73 0.46 0.01
HSL 337.95º 0.98% 0.63% -
HSV(B) 337.95º 0.73% 0.99% -
XYZ 47.02 26.79 25.99 -
YUV 131.07 130.79 214.97 -
System Red Green Blue C M Y K H S L
Decimal 253 68 136 0 0.73 0.46 0.01 337.95 0.98 0.63
Hex FD 44 88 0 49 2E 1 152 62 3F
Octal 375 104 210 0 111 56 1 522 142 77
Binary 11111101 1000100 10001000 0 1001001 101110 1 101010010 1100010 111111

Color Harmonies of #FD4488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4488

Black with #FD4488

Text Example


Text Example

White with #FD4488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4488; }

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

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

background-color css

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

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

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

border-color css

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

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

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