Html Css Color HEX #FC428F Violet Red

📋 copy color: '#FC428F'

red 252 ◦ green 66 ◦ blue 143

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

Shades of Violet Red #FC428F

Tints of Violet Red #FC428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.02%

R = 54.66%
G = 14.32%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC428F (or 0xFC428F) is known color: Violet Red. HEX triplet: FC, 42 and 8F. RGB value is (252,66,143). Sum of RGB (Red+Green+Blue) = 252+66+143=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC428F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC428F is #03BD70. Grayscale: #828282. Windows color (decimal): -245105 or 9388796. OLE color: 9388796.

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

Color convert

RGB 252 66 143 -
CMYK 0 0.74 0.43 0.01
HSL 335.16º 0.97% 0.62% -
HSV(B) 335.16º 0.74% 0.99% -
XYZ 47.05 26.58 28.64 -
YUV 130.39 135.12 214.74 -
System Red Green Blue C M Y K H S L
Decimal 252 66 143 0 0.74 0.43 0.01 335.16 0.97 0.62
Hex FC 42 8F 0 4A 2B 1 14F 61 3E
Octal 374 102 217 0 112 53 1 517 141 76
Binary 11111100 1000010 10001111 0 1001010 101011 1 101001111 1100001 111110

Color Harmonies of #FC428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC428F

Black with #FC428F

Text Example


Text Example

White with #FC428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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