Html Css Color HEX #FD337C Violet Red

📋 copy color: '#FD337C'

red 253 ◦ green 51 ◦ blue 124

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

Shades of Violet Red #FD337C

Tints of Violet Red #FD337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.92%

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

R = 59.11%
G = 11.92%
B = 28.97%

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

#FD337C (or 0xFD337C) is known color: Violet Red. HEX triplet: FD, 33 and 7C. RGB value is (253,51,124). Sum of RGB (Red+Green+Blue) = 253+51+124=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD337C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD337C is #02CC83. Grayscale: #777777. Windows color (decimal): -183428 or 8139773. OLE color: 8139773.

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

Color convert

RGB 253 51 124 -
CMYK 0 0.80 0.51 0.01
HSL 338.32º 0.98% 0.6% -
HSV(B) 338.32º 0.8% 0.99% -
XYZ 45.33 24.71 21.45 -
YUV 119.72 130.42 223.06 -
System Red Green Blue C M Y K H S L
Decimal 253 51 124 0 0.80 0.51 0.01 338.32 0.98 0.6
Hex FD 33 7C 0 50 33 1 152 62 3C
Octal 375 63 174 0 120 63 1 522 142 74
Binary 11111101 110011 1111100 0 1010000 110011 1 101010010 1100010 111100

Color Harmonies of #FD337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD337C

Black with #FD337C

Text Example


Text Example

White with #FD337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD337C; }

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

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

background-color css

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

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

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

border-color css

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

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

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