Html Css Color HEX #FC3F77 Violet Red

📋 copy color: '#FC3F77'

red 252 ◦ green 63 ◦ blue 119

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

Shades of Violet Red #FC3F77

Tints of Violet Red #FC3F77

RGB

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

 GREEN value IS 63 (25% from 255) = 14.52%

 BLUE value IS 119 (46.88% from 255) = 27.42%

R = 58.06%
G = 14.52%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC3F77 (or 0xFC3F77) is known color: Violet Red. HEX triplet: FC, 3F and 77. RGB value is (252,63,119). Sum of RGB (Red+Green+Blue) = 252+63+119=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3F77 is #03C088. Grayscale: #7D7D7D. Windows color (decimal): -245897 or 7815164. OLE color: 7815164.

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

Color convert

RGB 252 63 119 -
CMYK 0 0.75 0.53 0.01
HSL 342.22º 0.97% 0.62% -
HSV(B) 342.22º 0.75% 0.99% -
XYZ 45.25 25.58 20.01 -
YUV 125.9 124.12 217.95 -
System Red Green Blue C M Y K H S L
Decimal 252 63 119 0 0.75 0.53 0.01 342.22 0.97 0.62
Hex FC 3F 77 0 4B 35 1 156 61 3E
Octal 374 77 167 0 113 65 1 526 141 76
Binary 11111100 111111 1110111 0 1001011 110101 1 101010110 1100001 111110

Color Harmonies of #FC3F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3F77

Black with #FC3F77

Text Example


Text Example

White with #FC3F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3F77; }

 p { color: rgb(252,63,119); }

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

background-color css

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

 a { background-color: rgb(252,63,119); }

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

border-color css

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

 span { border-color: rgb(252,63,119); }

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