Html Css Color HEX #FD4694 Violet Red

📋 copy color: '#FD4694'

red 253 ◦ green 70 ◦ blue 148

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

Shades of Violet Red #FD4694

Tints of Violet Red #FD4694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.42%

R = 53.72%
G = 14.86%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD4694 (or 0xFD4694) is known color: Violet Red. HEX triplet: FD, 46 and 94. RGB value is (253,70,148). Sum of RGB (Red+Green+Blue) = 253+70+148=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4694 is #02B96B. Grayscale: #858585. Windows color (decimal): -178540 or 9717501. OLE color: 9717501.

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

Color convert

RGB 253 70 148 -
CMYK 0 0.72 0.42 0.01
HSL 334.43º 0.98% 0.63% -
HSV(B) 334.43º 0.72% 0.99% -
XYZ 48.04 27.4 30.77 -
YUV 133.61 136.13 213.16 -
System Red Green Blue C M Y K H S L
Decimal 253 70 148 0 0.72 0.42 0.01 334.43 0.98 0.63
Hex FD 46 94 0 48 2A 1 14E 62 3F
Octal 375 106 224 0 110 52 1 516 142 77
Binary 11111101 1000110 10010100 0 1001000 101010 1 101001110 1100010 111111

Color Harmonies of #FD4694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4694

Black with #FD4694

Text Example


Text Example

White with #FD4694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4694; }

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

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

background-color css

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

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

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

border-color css

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

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

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