Html Css Color HEX #FC428D Violet Red

📋 copy color: '#FC428D'

red 252 ◦ green 66 ◦ blue 141

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

Shades of Violet Red #FC428D

Tints of Violet Red #FC428D

RGB

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

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

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

R = 54.9%
G = 14.38%
B = 30.72%

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

#FC428D (or 0xFC428D) is known color: Violet Red. HEX triplet: FC, 42 and 8D. RGB value is (252,66,141). Sum of RGB (Red+Green+Blue) = 252+66+141=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC428D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC428D is #03BD72. Grayscale: #828282. Windows color (decimal): -245107 or 9257724. OLE color: 9257724.

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

Color convert

RGB 252 66 141 -
CMYK 0 0.74 0.44 0.01
HSL 335.81º 0.97% 0.62% -
HSV(B) 335.81º 0.74% 0.99% -
XYZ 46.9 26.51 27.85 -
YUV 130.16 134.12 214.9 -
System Red Green Blue C M Y K H S L
Decimal 252 66 141 0 0.74 0.44 0.01 335.81 0.97 0.62
Hex FC 42 8D 0 4A 2C 1 150 61 3E
Octal 374 102 215 0 112 54 1 520 141 76
Binary 11111100 1000010 10001101 0 1001010 101100 1 101010000 1100001 111110

Color Harmonies of #FC428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC428D

Black with #FC428D

Text Example


Text Example

White with #FC428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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