Html Css Color HEX #FD367D Violet Red

📋 copy color: '#FD367D'

red 253 ◦ green 54 ◦ blue 125

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

Shades of Violet Red #FD367D

Tints of Violet Red #FD367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.5%

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 58.56%
G = 12.5%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD367D (or 0xFD367D) is known color: Violet Red. HEX triplet: FD, 36 and 7D. RGB value is (253,54,125). Sum of RGB (Red+Green+Blue) = 253+54+125=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD367D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD367D is #02C982. Grayscale: #797979. Windows color (decimal): -182659 or 8206077. OLE color: 8206077.

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

Color convert

RGB 253 54 125 -
CMYK 0 0.79 0.51 0.01
HSL 338.59º 0.98% 0.6% -
HSV(B) 338.59º 0.79% 0.99% -
XYZ 45.53 25 21.83 -
YUV 121.6 129.93 221.73 -
System Red Green Blue C M Y K H S L
Decimal 253 54 125 0 0.79 0.51 0.01 338.59 0.98 0.6
Hex FD 36 7D 0 4F 33 1 153 62 3C
Octal 375 66 175 0 117 63 1 523 142 74
Binary 11111101 110110 1111101 0 1001111 110011 1 101010011 1100010 111100

Color Harmonies of #FD367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD367D

Black with #FD367D

Text Example


Text Example

White with #FD367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD367D; }

 p { color: rgb(253,54,125); }

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

background-color css

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

 a { background-color: rgb(253,54,125); }

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

border-color css

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

 span { border-color: rgb(253,54,125); }

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