Html Css Color HEX #FC4881 Violet Red

📋 copy color: '#FC4881'

red 252 ◦ green 72 ◦ blue 129

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

Shades of Violet Red #FC4881

Tints of Violet Red #FC4881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.48%

R = 55.63%
G = 15.89%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC4881 (or 0xFC4881) is known color: Violet Red. HEX triplet: FC, 48 and 81. RGB value is (252,72,129). Sum of RGB (Red+Green+Blue) = 252+72+129=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4881 is #03B77E. Grayscale: #848484. Windows color (decimal): -243583 or 8472828. OLE color: 8472828.

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

Color convert

RGB 252 72 129 -
CMYK 0 0.71 0.49 0.01
HSL 341º 0.97% 0.64% -
HSV(B) 341º 0.71% 0.99% -
XYZ 46.42 26.92 23.52 -
YUV 132.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 252 72 129 0 0.71 0.49 0.01 341 0.97 0.64
Hex FC 48 81 0 47 31 1 155 61 40
Octal 374 110 201 0 107 61 1 525 141 100
Binary 11111100 1001000 10000001 0 1000111 110001 1 101010101 1100001 1000000

Color Harmonies of #FC4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4881

Black with #FC4881

Text Example


Text Example

White with #FC4881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4881; }

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

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

background-color css

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

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

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

border-color css

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

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

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