Html Css Color HEX #FC428C Violet Red

📋 copy color: '#FC428C'

red 252 ◦ green 66 ◦ blue 140

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

Shades of Violet Red #FC428C

Tints of Violet Red #FC428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 55.02%
G = 14.41%
B = 30.57%

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

#FC428C (or 0xFC428C) is known color: Violet Red. HEX triplet: FC, 42 and 8C. RGB value is (252,66,140). Sum of RGB (Red+Green+Blue) = 252+66+140=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC428C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC428C is #03BD73. Grayscale: #818181. Windows color (decimal): -245108 or 9192188. OLE color: 9192188.

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

Color convert

RGB 252 66 140 -
CMYK 0 0.74 0.44 0.01
HSL 336.13º 0.97% 0.62% -
HSV(B) 336.13º 0.74% 0.99% -
XYZ 46.83 26.49 27.46 -
YUV 130.05 133.62 214.98 -
System Red Green Blue C M Y K H S L
Decimal 252 66 140 0 0.74 0.44 0.01 336.13 0.97 0.62
Hex FC 42 8C 0 4A 2C 1 150 61 3E
Octal 374 102 214 0 112 54 1 520 141 76
Binary 11111100 1000010 10001100 0 1001010 101100 1 101010000 1100001 111110

Color Harmonies of #FC428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC428C

Black with #FC428C

Text Example


Text Example

White with #FC428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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