Html Css Color HEX #FC4492 Violet Red

📋 copy color: '#FC4492'

red 252 ◦ green 68 ◦ blue 146

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

Shades of Violet Red #FC4492

Tints of Violet Red #FC4492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.59%

 BLUE value IS 146 (57.42% from 255) = 31.33%

R = 54.08%
G = 14.59%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC4492 (or 0xFC4492) is known color: Violet Red. HEX triplet: FC, 44 and 92. RGB value is (252,68,146). Sum of RGB (Red+Green+Blue) = 252+68+146=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4492 is #03BB6D. Grayscale: #838383. Windows color (decimal): -244590 or 9585916. OLE color: 9585916.

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

Color convert

RGB 252 68 146 -
CMYK 0 0.73 0.42 0.01
HSL 334.57º 0.97% 0.63% -
HSV(B) 334.57º 0.73% 0.99% -
XYZ 47.4 26.91 29.89 -
YUV 131.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 252 68 146 0 0.73 0.42 0.01 334.57 0.97 0.63
Hex FC 44 92 0 49 2A 1 14F 61 3F
Octal 374 104 222 0 111 52 1 517 141 77
Binary 11111100 1000100 10010010 0 1001001 101010 1 101001111 1100001 111111

Color Harmonies of #FC4492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4492

Black with #FC4492

Text Example


Text Example

White with #FC4492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4492; }

 p { color: rgb(252,68,146); }

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

background-color css

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

 a { background-color: rgb(252,68,146); }

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

border-color css

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

 span { border-color: rgb(252,68,146); }

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