Html Css Color HEX #FC4296 Violet Red

📋 copy color: '#FC4296'

red 252 ◦ green 66 ◦ blue 150

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

Shades of Violet Red #FC4296

Tints of Violet Red #FC4296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.1%

 BLUE value IS 150 (58.98% from 255) = 32.05%

R = 53.85%
G = 14.1%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC4296 (or 0xFC4296) is known color: Violet Red. HEX triplet: FC, 42 and 96. RGB value is (252,66,150). Sum of RGB (Red+Green+Blue) = 252+66+150=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4296 is #03BD69. Grayscale: #838383. Windows color (decimal): -245098 or 9847548. OLE color: 9847548.

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

Color convert

RGB 252 66 150 -
CMYK 0 0.74 0.40 0.01
HSL 332.9º 0.97% 0.62% -
HSV(B) 332.9º 0.74% 0.99% -
XYZ 47.6 26.79 31.52 -
YUV 131.19 138.62 214.17 -
System Red Green Blue C M Y K H S L
Decimal 252 66 150 0 0.74 0.40 0.01 332.9 0.97 0.62
Hex FC 42 96 0 4A 28 1 14D 61 3E
Octal 374 102 226 0 112 50 1 515 141 76
Binary 11111100 1000010 10010110 0 1001010 101000 1 101001101 1100001 111110

Color Harmonies of #FC4296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4296

Black with #FC4296

Text Example


Text Example

White with #FC4296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4296; }

 p { color: rgb(252,66,150); }

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

background-color css

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

 a { background-color: rgb(252,66,150); }

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

border-color css

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

 span { border-color: rgb(252,66,150); }

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