Html Css Color HEX #FC3C75 Violet Red

📋 copy color: '#FC3C75'

red 252 ◦ green 60 ◦ blue 117

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

Shades of Violet Red #FC3C75

Tints of Violet Red #FC3C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.99%

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 58.74%
G = 13.99%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC3C75 (or 0xFC3C75) is known color: Violet Red. HEX triplet: FC, 3C and 75. RGB value is (252,60,117). Sum of RGB (Red+Green+Blue) = 252+60+117=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C75 is #03C38A. Grayscale: #7B7B7B. Windows color (decimal): -246667 or 7683324. OLE color: 7683324.

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

Color convert

RGB 252 60 117 -
CMYK 0 0.76 0.54 0.01
HSL 342.19º 0.97% 0.61% -
HSV(B) 342.19º 0.76% 0.99% -
XYZ 44.97 25.21 19.33 -
YUV 123.91 124.11 219.37 -
System Red Green Blue C M Y K H S L
Decimal 252 60 117 0 0.76 0.54 0.01 342.19 0.97 0.61
Hex FC 3C 75 0 4C 36 1 156 61 3D
Octal 374 74 165 0 114 66 1 526 141 75
Binary 11111100 111100 1110101 0 1001100 110110 1 101010110 1100001 111101

Color Harmonies of #FC3C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C75

Black with #FC3C75

Text Example


Text Example

White with #FC3C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C75; }

 p { color: rgb(252,60,117); }

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

background-color css

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

 a { background-color: rgb(252,60,117); }

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

border-color css

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

 span { border-color: rgb(252,60,117); }

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