Html Css Color HEX #FC428E Violet Red

📋 copy color: '#FC428E'

red 252 ◦ green 66 ◦ blue 142

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

Shades of Violet Red #FC428E

Tints of Violet Red #FC428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.87%

R = 54.78%
G = 14.35%
B = 30.87%

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

#FC428E (or 0xFC428E) is known color: Violet Red. HEX triplet: FC, 42 and 8E. RGB value is (252,66,142). Sum of RGB (Red+Green+Blue) = 252+66+142=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC428E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC428E is #03BD71. Grayscale: #828282. Windows color (decimal): -245106 or 9323260. OLE color: 9323260.

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

Color convert

RGB 252 66 142 -
CMYK 0 0.74 0.44 0.01
HSL 335.48º 0.97% 0.62% -
HSV(B) 335.48º 0.74% 0.99% -
XYZ 46.98 26.54 28.24 -
YUV 130.28 134.62 214.82 -
System Red Green Blue C M Y K H S L
Decimal 252 66 142 0 0.74 0.44 0.01 335.48 0.97 0.62
Hex FC 42 8E 0 4A 2C 1 14F 61 3E
Octal 374 102 216 0 112 54 1 517 141 76
Binary 11111100 1000010 10001110 0 1001010 101100 1 101001111 1100001 111110

Color Harmonies of #FC428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC428E

Black with #FC428E

Text Example


Text Example

White with #FC428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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