Html Css Color HEX #FC477F Violet Red

📋 copy color: '#FC477F'

red 252 ◦ green 71 ◦ blue 127

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

Shades of Violet Red #FC477F

Tints of Violet Red #FC477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.78%

 BLUE value IS 127 (50% from 255) = 28.22%

R = 56%
G = 15.78%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC477F (or 0xFC477F) is known color: Violet Red. HEX triplet: FC, 47 and 7F. RGB value is (252,71,127). Sum of RGB (Red+Green+Blue) = 252+71+127=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC477F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC477F is #03B880. Grayscale: #838383. Windows color (decimal): -243841 or 8341500. OLE color: 8341500.

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

Color convert

RGB 252 71 127 -
CMYK 0 0.72 0.50 0.01
HSL 341.44º 0.97% 0.63% -
HSV(B) 341.44º 0.72% 0.99% -
XYZ 46.23 26.73 22.8 -
YUV 131.5 125.47 213.95 -
System Red Green Blue C M Y K H S L
Decimal 252 71 127 0 0.72 0.50 0.01 341.44 0.97 0.63
Hex FC 47 7F 0 48 32 1 155 61 3F
Octal 374 107 177 0 110 62 1 525 141 77
Binary 11111100 1000111 1111111 0 1001000 110010 1 101010101 1100001 111111

Color Harmonies of #FC477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC477F

Black with #FC477F

Text Example


Text Example

White with #FC477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC477F; }

 p { color: rgb(252,71,127); }

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

background-color css

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

 a { background-color: rgb(252,71,127); }

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

border-color css

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

 span { border-color: rgb(252,71,127); }

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