Html Css Color HEX #FC4694 Violet Red

📋 copy color: '#FC4694'

red 252 ◦ green 70 ◦ blue 148

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

Shades of Violet Red #FC4694

Tints of Violet Red #FC4694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 53.62%
G = 14.89%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC4694 (or 0xFC4694) is known color: Violet Red. HEX triplet: FC, 46 and 94. RGB value is (252,70,148). Sum of RGB (Red+Green+Blue) = 252+70+148=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4694 is #03B96B. Grayscale: #858585. Windows color (decimal): -244076 or 9717500. OLE color: 9717500.

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

Color convert

RGB 252 70 148 -
CMYK 0 0.72 0.41 0.01
HSL 334.29º 0.97% 0.63% -
HSV(B) 334.29º 0.72% 0.99% -
XYZ 47.68 27.21 30.76 -
YUV 133.31 136.3 212.66 -
System Red Green Blue C M Y K H S L
Decimal 252 70 148 0 0.72 0.41 0.01 334.29 0.97 0.63
Hex FC 46 94 0 48 29 1 14E 61 3F
Octal 374 106 224 0 110 51 1 516 141 77
Binary 11111100 1000110 10010100 0 1001000 101001 1 101001110 1100001 111111

Color Harmonies of #FC4694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4694

Black with #FC4694

Text Example


Text Example

White with #FC4694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4694; }

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

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

background-color css

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

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

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

border-color css

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

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

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