Html Css Color HEX #FC418D Violet Red

📋 copy color: '#FC418D'

red 252 ◦ green 65 ◦ blue 141

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

Shades of Violet Red #FC418D

Tints of Violet Red #FC418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.19%

 BLUE value IS 141 (55.47% from 255) = 30.79%

R = 55.02%
G = 14.19%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC418D (or 0xFC418D) is known color: Violet Red. HEX triplet: FC, 41 and 8D. RGB value is (252,65,141). Sum of RGB (Red+Green+Blue) = 252+65+141=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC418D is #03BE72. Grayscale: #818181. Windows color (decimal): -245363 or 9257468. OLE color: 9257468.

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

Color convert

RGB 252 65 141 -
CMYK 0 0.74 0.44 0.01
HSL 335.62º 0.97% 0.62% -
HSV(B) 335.62º 0.74% 0.99% -
XYZ 46.84 26.4 27.83 -
YUV 129.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 252 65 141 0 0.74 0.44 0.01 335.62 0.97 0.62
Hex FC 41 8D 0 4A 2C 1 150 61 3E
Octal 374 101 215 0 112 54 1 520 141 76
Binary 11111100 1000001 10001101 0 1001010 101100 1 101010000 1100001 111110

Color Harmonies of #FC418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC418D

Black with #FC418D

Text Example


Text Example

White with #FC418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC418D; }

 p { color: rgb(252,65,141); }

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

background-color css

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

 a { background-color: rgb(252,65,141); }

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

border-color css

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

 span { border-color: rgb(252,65,141); }

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