Html Css Color HEX #FC4585 Violet Red

📋 copy color: '#FC4585'

red 252 ◦ green 69 ◦ blue 133

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

Shades of Violet Red #FC4585

Tints of Violet Red #FC4585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.3%

R = 55.51%
G = 15.2%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC4585 (or 0xFC4585) is known color: Violet Red. HEX triplet: FC, 45 and 85. RGB value is (252,69,133). Sum of RGB (Red+Green+Blue) = 252+69+133=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4585 is #03BA7A. Grayscale: #828282. Windows color (decimal): -244347 or 8734204. OLE color: 8734204.

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

Color convert

RGB 252 69 133 -
CMYK 0 0.73 0.47 0.01
HSL 339.02º 0.97% 0.63% -
HSV(B) 339.02º 0.73% 0.99% -
XYZ 46.51 26.65 24.88 -
YUV 131.01 129.13 214.3 -
System Red Green Blue C M Y K H S L
Decimal 252 69 133 0 0.73 0.47 0.01 339.02 0.97 0.63
Hex FC 45 85 0 49 2F 1 153 61 3F
Octal 374 105 205 0 111 57 1 523 141 77
Binary 11111100 1000101 10000101 0 1001001 101111 1 101010011 1100001 111111

Color Harmonies of #FC4585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4585

Black with #FC4585

Text Example


Text Example

White with #FC4585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4585; }

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

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

background-color css

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

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

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

border-color css

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

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

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