Html Css Color HEX #FC447D Violet Red

📋 copy color: '#FC447D'

red 252 ◦ green 68 ◦ blue 125

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

Shades of Violet Red #FC447D

Tints of Violet Red #FC447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.28%

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 56.63%
G = 15.28%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC447D (or 0xFC447D) is known color: Violet Red. HEX triplet: FC, 44 and 7D. RGB value is (252,68,125). Sum of RGB (Red+Green+Blue) = 252+68+125=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC447D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC447D is #03BB82. Grayscale: #818181. Windows color (decimal): -244611 or 8209660. OLE color: 8209660.

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

Color convert

RGB 252 68 125 -
CMYK 0 0.73 0.50 0.01
HSL 341.41º 0.97% 0.63% -
HSV(B) 341.41º 0.73% 0.99% -
XYZ 45.91 26.31 22.06 -
YUV 129.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 252 68 125 0 0.73 0.50 0.01 341.41 0.97 0.63
Hex FC 44 7D 0 49 32 1 155 61 3F
Octal 374 104 175 0 111 62 1 525 141 77
Binary 11111100 1000100 1111101 0 1001001 110010 1 101010101 1100001 111111

Color Harmonies of #FC447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC447D

Black with #FC447D

Text Example


Text Example

White with #FC447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC447D; }

 p { color: rgb(252,68,125); }

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

background-color css

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

 a { background-color: rgb(252,68,125); }

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

border-color css

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

 span { border-color: rgb(252,68,125); }

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