Html Css Color HEX #FD467C Violet Red

📋 copy color: '#FD467C'

red 253 ◦ green 70 ◦ blue 124

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

Shades of Violet Red #FD467C

Tints of Violet Red #FD467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 56.6%
G = 15.66%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD467C (or 0xFD467C) is known color: Violet Red. HEX triplet: FD, 46 and 7C. RGB value is (253,70,124). Sum of RGB (Red+Green+Blue) = 253+70+124=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD467C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD467C is #02B983. Grayscale: #828282. Windows color (decimal): -178564 or 8144637. OLE color: 8144637.

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

Color convert

RGB 253 70 124 -
CMYK 0 0.72 0.51 0.01
HSL 342.3º 0.98% 0.63% -
HSV(B) 342.3º 0.72% 0.99% -
XYZ 46.34 26.72 21.78 -
YUV 130.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 253 70 124 0 0.72 0.51 0.01 342.3 0.98 0.63
Hex FD 46 7C 0 48 33 1 156 62 3F
Octal 375 106 174 0 110 63 1 526 142 77
Binary 11111101 1000110 1111100 0 1001000 110011 1 101010110 1100010 111111

Color Harmonies of #FD467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD467C

Black with #FD467C

Text Example


Text Example

White with #FD467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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