Html Css Color HEX #FC417E Violet Red

📋 copy color: '#FC417E'

red 252 ◦ green 65 ◦ blue 126

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

Shades of Violet Red #FC417E

Tints of Violet Red #FC417E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.44%

R = 56.88%
G = 14.67%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC417E (or 0xFC417E) is known color: Violet Red. HEX triplet: FC, 41 and 7E. RGB value is (252,65,126). Sum of RGB (Red+Green+Blue) = 252+65+126=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC417E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC417E is #03BE81. Grayscale: #7F7F7F. Windows color (decimal): -245378 or 8274428. OLE color: 8274428.

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

Color convert

RGB 252 65 126 -
CMYK 0 0.74 0.5 0.01
HSL 340.43º 0.97% 0.62% -
HSV(B) 340.43º 0.74% 0.99% -
XYZ 45.8 25.98 22.34 -
YUV 127.87 126.95 216.54 -
System Red Green Blue C M Y K H S L
Decimal 252 65 126 0 0.74 0.5 0.01 340.43 0.97 0.62
Hex FC 41 7E 0 4A 32 1 154 61 3E
Octal 374 101 176 0 112 62 1 524 141 76
Binary 11111100 1000001 1111110 0 1001010 110010 1 101010100 1100001 111110

Color Harmonies of #FC417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC417E

Black with #FC417E

Text Example


Text Example

White with #FC417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC417E; }

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

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

background-color css

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

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

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

border-color css

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

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

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