Html Css Color HEX #FC488A Violet Red

📋 copy color: '#FC488A'

red 252 ◦ green 72 ◦ blue 138

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

Shades of Violet Red #FC488A

Tints of Violet Red #FC488A

RGB

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

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

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

R = 54.55%
G = 15.58%
B = 29.87%

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

#FC488A (or 0xFC488A) is known color: Violet Red. HEX triplet: FC, 48 and 8A. RGB value is (252,72,138). Sum of RGB (Red+Green+Blue) = 252+72+138=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC488A is #03B775. Grayscale: #858585. Windows color (decimal): -243574 or 9062652. OLE color: 9062652.

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

Color convert

RGB 252 72 138 -
CMYK 0 0.71 0.45 0.01
HSL 338º 0.97% 0.64% -
HSV(B) 338º 0.71% 0.99% -
XYZ 47.05 27.17 26.81 -
YUV 133.34 130.63 212.63 -
System Red Green Blue C M Y K H S L
Decimal 252 72 138 0 0.71 0.45 0.01 338 0.97 0.64
Hex FC 48 8A 0 47 2D 1 152 61 40
Octal 374 110 212 0 107 55 1 522 141 100
Binary 11111100 1001000 10001010 0 1000111 101101 1 101010010 1100001 1000000

Color Harmonies of #FC488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC488A

Black with #FC488A

Text Example


Text Example

White with #FC488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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