Html Css Color HEX #FC4581 Violet Red

📋 copy color: '#FC4581'

red 252 ◦ green 69 ◦ blue 129

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

Shades of Violet Red #FC4581

Tints of Violet Red #FC4581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.33%

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

R = 56%
G = 15.33%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC4581 (or 0xFC4581) is known color: Violet Red. HEX triplet: FC, 45 and 81. RGB value is (252,69,129). Sum of RGB (Red+Green+Blue) = 252+69+129=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4581 is #03BA7E. Grayscale: #828282. Windows color (decimal): -244351 or 8472060. OLE color: 8472060.

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

Color convert

RGB 252 69 129 -
CMYK 0 0.73 0.49 0.01
HSL 340.33º 0.97% 0.63% -
HSV(B) 340.33º 0.73% 0.99% -
XYZ 46.24 26.54 23.45 -
YUV 130.56 127.13 214.62 -
System Red Green Blue C M Y K H S L
Decimal 252 69 129 0 0.73 0.49 0.01 340.33 0.97 0.63
Hex FC 45 81 0 49 31 1 154 61 3F
Octal 374 105 201 0 111 61 1 524 141 77
Binary 11111100 1000101 10000001 0 1001001 110001 1 101010100 1100001 111111

Color Harmonies of #FC4581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4581

Black with #FC4581

Text Example


Text Example

White with #FC4581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4581; }

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

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

background-color css

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

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

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

border-color css

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

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

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