Html Css Color HEX #FC467F Violet Red

📋 copy color: '#FC467F'

red 252 ◦ green 70 ◦ blue 127

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

Shades of Violet Red #FC467F

Tints of Violet Red #FC467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.29%

R = 56.12%
G = 15.59%
B = 28.29%

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

#FC467F (or 0xFC467F) is known color: Violet Red. HEX triplet: FC, 46 and 7F. RGB value is (252,70,127). Sum of RGB (Red+Green+Blue) = 252+70+127=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC467F is #03B980. Grayscale: #828282. Windows color (decimal): -244097 or 8341244. OLE color: 8341244.

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

Color convert

RGB 252 70 127 -
CMYK 0 0.72 0.50 0.01
HSL 341.21º 0.97% 0.63% -
HSV(B) 341.21º 0.72% 0.99% -
XYZ 46.17 26.61 22.78 -
YUV 130.92 125.8 214.37 -
System Red Green Blue C M Y K H S L
Decimal 252 70 127 0 0.72 0.50 0.01 341.21 0.97 0.63
Hex FC 46 7F 0 48 32 1 155 61 3F
Octal 374 106 177 0 110 62 1 525 141 77
Binary 11111100 1000110 1111111 0 1001000 110010 1 101010101 1100001 111111

Color Harmonies of #FC467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC467F

Black with #FC467F

Text Example


Text Example

White with #FC467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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