Html Css Color HEX #FD327B Violet Red

📋 copy color: '#FD327B'

red 253 ◦ green 50 ◦ blue 123

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

Shades of Violet Red #FD327B

Tints of Violet Red #FD327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.87%

R = 59.39%
G = 11.74%
B = 28.87%

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

#FD327B (or 0xFD327B) is known color: Violet Red. HEX triplet: FD, 32 and 7B. RGB value is (253,50,123). Sum of RGB (Red+Green+Blue) = 253+50+123=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD327B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD327B is #02CD84. Grayscale: #767676. Windows color (decimal): -183685 or 8073981. OLE color: 8073981.

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

Color convert

RGB 253 50 123 -
CMYK 0 0.80 0.51 0.01
HSL 338.42º 0.98% 0.59% -
HSV(B) 338.42º 0.8% 0.99% -
XYZ 45.22 24.59 21.1 -
YUV 119.02 130.25 223.56 -
System Red Green Blue C M Y K H S L
Decimal 253 50 123 0 0.80 0.51 0.01 338.42 0.98 0.59
Hex FD 32 7B 0 50 33 1 152 62 3B
Octal 375 62 173 0 120 63 1 522 142 73
Binary 11111101 110010 1111011 0 1010000 110011 1 101010010 1100010 111011

Color Harmonies of #FD327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD327B

Black with #FD327B

Text Example


Text Example

White with #FD327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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