Html Css Color HEX #FC468E Violet Red

📋 copy color: '#FC468E'

red 252 ◦ green 70 ◦ blue 142

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

Shades of Violet Red #FC468E

Tints of Violet Red #FC468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 54.31%
G = 15.09%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC468E (or 0xFC468E) is known color: Violet Red. HEX triplet: FC, 46 and 8E. RGB value is (252,70,142). Sum of RGB (Red+Green+Blue) = 252+70+142=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC468E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC468E is #03B971. Grayscale: #848484. Windows color (decimal): -244082 or 9324284. OLE color: 9324284.

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

Color convert

RGB 252 70 142 -
CMYK 0 0.72 0.44 0.01
HSL 336.26º 0.97% 0.63% -
HSV(B) 336.26º 0.72% 0.99% -
XYZ 47.22 27.03 28.32 -
YUV 132.63 133.3 213.15 -
System Red Green Blue C M Y K H S L
Decimal 252 70 142 0 0.72 0.44 0.01 336.26 0.97 0.63
Hex FC 46 8E 0 48 2C 1 150 61 3F
Octal 374 106 216 0 110 54 1 520 141 77
Binary 11111100 1000110 10001110 0 1001000 101100 1 101010000 1100001 111111

Color Harmonies of #FC468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC468E

Black with #FC468E

Text Example


Text Example

White with #FC468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC468E; }

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

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

background-color css

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

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

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

border-color css

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

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

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