Html Css Color HEX #FC4081 Violet Red

📋 copy color: '#FC4081'

red 252 ◦ green 64 ◦ blue 129

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

Shades of Violet Red #FC4081

Tints of Violet Red #FC4081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.38%

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

R = 56.63%
G = 14.38%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC4081 (or 0xFC4081) is known color: Violet Red. HEX triplet: FC, 40 and 81. RGB value is (252,64,129). Sum of RGB (Red+Green+Blue) = 252+64+129=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4081 is #03BF7E. Grayscale: #7F7F7F. Windows color (decimal): -245631 or 8470780. OLE color: 8470780.

HSL color Cylindrical-coordinate representation of color #FC4081: hue angle of 339.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC4081 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 64 129 -
CMYK 0 0.75 0.49 0.01
HSL 339.26º 0.97% 0.62% -
HSV(B) 339.26º 0.75% 0.99% -
XYZ 45.94 25.95 23.36 -
YUV 127.62 128.78 216.71 -
System Red Green Blue C M Y K H S L
Decimal 252 64 129 0 0.75 0.49 0.01 339.26 0.97 0.62
Hex FC 40 81 0 4B 31 1 153 61 3E
Octal 374 100 201 0 113 61 1 523 141 76
Binary 11111100 1000000 10000001 0 1001011 110001 1 101010011 1100001 111110

Color Harmonies of #FC4081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4081

Black with #FC4081

Text Example


Text Example

White with #FC4081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4081; }

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

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

background-color css

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

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

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

border-color css

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

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

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