Html Css Color HEX #FC488D Violet Red

📋 copy color: '#FC488D'

red 252 ◦ green 72 ◦ blue 141

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

Shades of Violet Red #FC488D

Tints of Violet Red #FC488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.48%

 BLUE value IS 141 (55.47% from 255) = 30.32%

R = 54.19%
G = 15.48%
B = 30.32%

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

#FC488D (or 0xFC488D) is known color: Violet Red. HEX triplet: FC, 48 and 8D. RGB value is (252,72,141). Sum of RGB (Red+Green+Blue) = 252+72+141=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC488D is #03B772. Grayscale: #858585. Windows color (decimal): -243571 or 9259260. OLE color: 9259260.

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

Color convert

RGB 252 72 141 -
CMYK 0 0.71 0.44 0.01
HSL 337º 0.97% 0.64% -
HSV(B) 337º 0.71% 0.99% -
XYZ 47.27 27.25 27.97 -
YUV 133.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 252 72 141 0 0.71 0.44 0.01 337 0.97 0.64
Hex FC 48 8D 0 47 2C 1 151 61 40
Octal 374 110 215 0 107 54 1 521 141 100
Binary 11111100 1001000 10001101 0 1000111 101100 1 101010001 1100001 1000000

Color Harmonies of #FC488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC488D

Black with #FC488D

Text Example


Text Example

White with #FC488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC488D; }

 p { color: rgb(252,72,141); }

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

background-color css

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

 a { background-color: rgb(252,72,141); }

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

border-color css

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

 span { border-color: rgb(252,72,141); }

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