Html Css Color HEX #FD4497 Violet Red

📋 copy color: '#FD4497'

red 253 ◦ green 68 ◦ blue 151

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

Shades of Violet Red #FD4497

Tints of Violet Red #FD4497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.99%

R = 53.6%
G = 14.41%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD4497 (or 0xFD4497) is known color: Violet Red. HEX triplet: FD, 44 and 97. RGB value is (253,68,151). Sum of RGB (Red+Green+Blue) = 253+68+151=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4497 is #02BB68. Grayscale: #848484. Windows color (decimal): -179049 or 9913597. OLE color: 9913597.

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

Color convert

RGB 253 68 151 -
CMYK 0 0.73 0.40 0.01
HSL 333.08º 0.98% 0.63% -
HSV(B) 333.08º 0.73% 0.99% -
XYZ 48.16 27.25 32 -
YUV 132.78 138.29 213.75 -
System Red Green Blue C M Y K H S L
Decimal 253 68 151 0 0.73 0.40 0.01 333.08 0.98 0.63
Hex FD 44 97 0 49 28 1 14D 62 3F
Octal 375 104 227 0 111 50 1 515 142 77
Binary 11111101 1000100 10010111 0 1001001 101000 1 101001101 1100010 111111

Color Harmonies of #FD4497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4497

Black with #FD4497

Text Example


Text Example

White with #FD4497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4497; }

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

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

background-color css

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

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

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

border-color css

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

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

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