Html Css Color HEX #FD4696 Violet Red

📋 copy color: '#FD4696'

red 253 ◦ green 70 ◦ blue 150

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

Shades of Violet Red #FD4696

Tints of Violet Red #FD4696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.8%

 BLUE value IS 150 (58.98% from 255) = 31.71%

R = 53.49%
G = 14.8%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD4696 (or 0xFD4696) is known color: Violet Red. HEX triplet: FD, 46 and 96. RGB value is (253,70,150). Sum of RGB (Red+Green+Blue) = 253+70+150=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4696 is #02B969. Grayscale: #858585. Windows color (decimal): -178538 or 9848573. OLE color: 9848573.

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

Color convert

RGB 253 70 150 -
CMYK 0 0.72 0.41 0.01
HSL 333.77º 0.98% 0.63% -
HSV(B) 333.77º 0.72% 0.99% -
XYZ 48.2 27.46 31.61 -
YUV 133.84 137.13 213 -
System Red Green Blue C M Y K H S L
Decimal 253 70 150 0 0.72 0.41 0.01 333.77 0.98 0.63
Hex FD 46 96 0 48 29 1 14E 62 3F
Octal 375 106 226 0 110 51 1 516 142 77
Binary 11111101 1000110 10010110 0 1001000 101001 1 101001110 1100010 111111

Color Harmonies of #FD4696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4696

Black with #FD4696

Text Example


Text Example

White with #FD4696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4696; }

 p { color: rgb(253,70,150); }

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

background-color css

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

 a { background-color: rgb(253,70,150); }

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

border-color css

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

 span { border-color: rgb(253,70,150); }

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