Html Css Color HEX #FC498E Violet Red

📋 copy color: '#FC498E'

red 252 ◦ green 73 ◦ blue 142

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

Shades of Violet Red #FC498E

Tints of Violet Red #FC498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.63%

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

R = 53.96%
G = 15.63%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC498E (or 0xFC498E) is known color: Violet Red. HEX triplet: FC, 49 and 8E. RGB value is (252,73,142). Sum of RGB (Red+Green+Blue) = 252+73+142=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC498E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC498E is #03B671. Grayscale: #868686. Windows color (decimal): -243314 or 9325052. OLE color: 9325052.

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

Color convert

RGB 252 73 142 -
CMYK 0 0.71 0.44 0.01
HSL 336.87º 0.97% 0.64% -
HSV(B) 336.87º 0.71% 0.99% -
XYZ 47.41 27.41 28.38 -
YUV 134.39 132.3 211.89 -
System Red Green Blue C M Y K H S L
Decimal 252 73 142 0 0.71 0.44 0.01 336.87 0.97 0.64
Hex FC 49 8E 0 47 2C 1 151 61 40
Octal 374 111 216 0 107 54 1 521 141 100
Binary 11111100 1001001 10001110 0 1000111 101100 1 101010001 1100001 1000000

Color Harmonies of #FC498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC498E

Black with #FC498E

Text Example


Text Example

White with #FC498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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