Html Css Color HEX #FC498A Violet Red

📋 copy color: '#FC498A'

red 252 ◦ green 73 ◦ blue 138

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

Shades of Violet Red #FC498A

Tints of Violet Red #FC498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 54.43%
G = 15.77%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC498A (or 0xFC498A) is known color: Violet Red. HEX triplet: FC, 49 and 8A. RGB value is (252,73,138). Sum of RGB (Red+Green+Blue) = 252+73+138=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC498A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC498A is #03B675. Grayscale: #858585. Windows color (decimal): -243318 or 9062908. OLE color: 9062908.

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

Color convert

RGB 252 73 138 -
CMYK 0 0.71 0.45 0.01
HSL 338.21º 0.97% 0.64% -
HSV(B) 338.21º 0.71% 0.99% -
XYZ 47.11 27.3 26.83 -
YUV 133.93 130.3 212.21 -
System Red Green Blue C M Y K H S L
Decimal 252 73 138 0 0.71 0.45 0.01 338.21 0.97 0.64
Hex FC 49 8A 0 47 2D 1 152 61 40
Octal 374 111 212 0 107 55 1 522 141 100
Binary 11111100 1001001 10001010 0 1000111 101101 1 101010010 1100001 1000000

Color Harmonies of #FC498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC498A

Black with #FC498A

Text Example


Text Example

White with #FC498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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