Html Css Color HEX #FC4998 Violet Red

📋 copy color: '#FC4998'

red 252 ◦ green 73 ◦ blue 152

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

Shades of Violet Red #FC4998

Tints of Violet Red #FC4998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.87%

R = 52.83%
G = 15.3%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC4998 (or 0xFC4998) is known color: Violet Red. HEX triplet: FC, 49 and 98. RGB value is (252,73,152). Sum of RGB (Red+Green+Blue) = 252+73+152=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4998 is #03B667. Grayscale: #878787. Windows color (decimal): -243304 or 9980412. OLE color: 9980412.

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

Color convert

RGB 252 73 152 -
CMYK 0 0.71 0.40 0.01
HSL 333.52º 0.97% 0.64% -
HSV(B) 333.52º 0.71% 0.99% -
XYZ 48.19 27.73 32.52 -
YUV 135.53 137.3 211.08 -
System Red Green Blue C M Y K H S L
Decimal 252 73 152 0 0.71 0.40 0.01 333.52 0.97 0.64
Hex FC 49 98 0 47 28 1 14E 61 40
Octal 374 111 230 0 107 50 1 516 141 100
Binary 11111100 1001001 10011000 0 1000111 101000 1 101001110 1100001 1000000

Color Harmonies of #FC4998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4998

Black with #FC4998

Text Example


Text Example

White with #FC4998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4998; }

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

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

background-color css

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

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

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

border-color css

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

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

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