Html Css Color HEX #FC3C8C Violet Red

📋 copy color: '#FC3C8C'

red 252 ◦ green 60 ◦ blue 140

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

Shades of Violet Red #FC3C8C

Tints of Violet Red #FC3C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 55.75%
G = 13.27%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC3C8C (or 0xFC3C8C) is known color: Violet Red. HEX triplet: FC, 3C and 8C. RGB value is (252,60,140). Sum of RGB (Red+Green+Blue) = 252+60+140=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3C8C is #03C373. Grayscale: #7E7E7E. Windows color (decimal): -246644 or 9190652. OLE color: 9190652.

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

Color convert

RGB 252 60 140 -
CMYK 0 0.76 0.44 0.01
HSL 335º 0.97% 0.61% -
HSV(B) 335º 0.76% 0.99% -
XYZ 46.49 25.82 27.34 -
YUV 126.53 135.61 217.5 -
System Red Green Blue C M Y K H S L
Decimal 252 60 140 0 0.76 0.44 0.01 335 0.97 0.61
Hex FC 3C 8C 0 4C 2C 1 14F 61 3D
Octal 374 74 214 0 114 54 1 517 141 75
Binary 11111100 111100 10001100 0 1001100 101100 1 101001111 1100001 111101

Color Harmonies of #FC3C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C8C

Black with #FC3C8C

Text Example


Text Example

White with #FC3C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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