Html Css Color HEX #FD327C Violet Red

📋 copy color: '#FD327C'

red 253 ◦ green 50 ◦ blue 124

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

Shades of Violet Red #FD327C

Tints of Violet Red #FD327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.71%

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

R = 59.25%
G = 11.71%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD327C (or 0xFD327C) is known color: Violet Red. HEX triplet: FD, 32 and 7C. RGB value is (253,50,124). Sum of RGB (Red+Green+Blue) = 253+50+124=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD327C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD327C is #02CD83. Grayscale: #777777. Windows color (decimal): -183684 or 8139517. OLE color: 8139517.

HSL color Cylindrical-coordinate representation of color #FD327C: hue angle of 338.13º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD327C is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 50 124 -
CMYK 0 0.80 0.51 0.01
HSL 338.13º 0.98% 0.59% -
HSV(B) 338.13º 0.8% 0.99% -
XYZ 45.29 24.62 21.43 -
YUV 119.13 130.75 223.48 -
System Red Green Blue C M Y K H S L
Decimal 253 50 124 0 0.80 0.51 0.01 338.13 0.98 0.59
Hex FD 32 7C 0 50 33 1 152 62 3B
Octal 375 62 174 0 120 63 1 522 142 73
Binary 11111101 110010 1111100 0 1010000 110011 1 101010010 1100010 111011

Color Harmonies of #FD327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD327C

Black with #FD327C

Text Example


Text Example

White with #FD327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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