Html Css Color HEX #FC367D Violet Red

📋 copy color: '#FC367D'

red 252 ◦ green 54 ◦ blue 125

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

Shades of Violet Red #FC367D

Tints of Violet Red #FC367D

RGB

 RED value IS 252 (98.83% from 255) = 58.47%

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

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

R = 58.47%
G = 12.53%
B = 29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC367D (or 0xFC367D) is known color: Violet Red. HEX triplet: FC, 36 and 7D. RGB value is (252,54,125). Sum of RGB (Red+Green+Blue) = 252+54+125=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC367D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC367D is #03C982. Grayscale: #797979. Windows color (decimal): -248195 or 8206076. OLE color: 8206076.

HSL color Cylindrical-coordinate representation of color #FC367D: hue angle of 338.48º degrees, saturation: 0.97, 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 #FC367D is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 54 125 -
CMYK 0 0.79 0.50 0.01
HSL 338.48º 0.97% 0.6% -
HSV(B) 338.48º 0.79% 0.99% -
XYZ 45.17 24.81 21.81 -
YUV 121.3 130.1 221.23 -
System Red Green Blue C M Y K H S L
Decimal 252 54 125 0 0.79 0.50 0.01 338.48 0.97 0.6
Hex FC 36 7D 0 4F 32 1 152 61 3C
Octal 374 66 175 0 117 62 1 522 141 74
Binary 11111100 110110 1111101 0 1001111 110010 1 101010010 1100001 111100

Color Harmonies of #FC367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC367D

Black with #FC367D

Text Example


Text Example

White with #FC367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC367D; }

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

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

background-color css

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

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

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

border-color css

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

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

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