Html Css Color HEX #FC467D Violet Red

📋 copy color: '#FC467D'

red 252 ◦ green 70 ◦ blue 125

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

Shades of Violet Red #FC467D

Tints of Violet Red #FC467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.66%

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

R = 56.38%
G = 15.66%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC467D (or 0xFC467D) is known color: Violet Red. HEX triplet: FC, 46 and 7D. RGB value is (252,70,125). Sum of RGB (Red+Green+Blue) = 252+70+125=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC467D is #03B982. Grayscale: #828282. Windows color (decimal): -244099 or 8210172. OLE color: 8210172.

HSL color Cylindrical-coordinate representation of color #FC467D: hue angle of 341.87º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC467D is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 70 125 -
CMYK 0 0.72 0.50 0.01
HSL 341.87º 0.97% 0.63% -
HSV(B) 341.87º 0.72% 0.99% -
XYZ 46.04 26.56 22.1 -
YUV 130.69 124.8 214.53 -
System Red Green Blue C M Y K H S L
Decimal 252 70 125 0 0.72 0.50 0.01 341.87 0.97 0.63
Hex FC 46 7D 0 48 32 1 156 61 3F
Octal 374 106 175 0 110 62 1 526 141 77
Binary 11111100 1000110 1111101 0 1001000 110010 1 101010110 1100001 111111

Color Harmonies of #FC467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC467D

Black with #FC467D

Text Example


Text Example

White with #FC467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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