Html Css Color HEX #FC428A Violet Red

📋 copy color: '#FC428A'

red 252 ◦ green 66 ◦ blue 138

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

Shades of Violet Red #FC428A

Tints of Violet Red #FC428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.26%

R = 55.26%
G = 14.47%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC428A (or 0xFC428A) is known color: Violet Red. HEX triplet: FC, 42 and 8A. RGB value is (252,66,138). Sum of RGB (Red+Green+Blue) = 252+66+138=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC428A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC428A is #03BD75. Grayscale: #818181. Windows color (decimal): -245110 or 9061116. OLE color: 9061116.

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

Color convert

RGB 252 66 138 -
CMYK 0 0.74 0.45 0.01
HSL 336.77º 0.97% 0.62% -
HSV(B) 336.77º 0.74% 0.99% -
XYZ 46.68 26.43 26.69 -
YUV 129.82 132.62 215.15 -
System Red Green Blue C M Y K H S L
Decimal 252 66 138 0 0.74 0.45 0.01 336.77 0.97 0.62
Hex FC 42 8A 0 4A 2D 1 151 61 3E
Octal 374 102 212 0 112 55 1 521 141 76
Binary 11111100 1000010 10001010 0 1001010 101101 1 101010001 1100001 111110

Color Harmonies of #FC428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC428A

Black with #FC428A

Text Example


Text Example

White with #FC428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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