Html Css Color HEX #FC427C Violet Red

📋 copy color: '#FC427C'

red 252 ◦ green 66 ◦ blue 124

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

Shades of Violet Red #FC427C

Tints of Violet Red #FC427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 57.01%
G = 14.93%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC427C (or 0xFC427C) is known color: Violet Red. HEX triplet: FC, 42 and 7C. RGB value is (252,66,124). Sum of RGB (Red+Green+Blue) = 252+66+124=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC427C is #03BD83. Grayscale: #808080. Windows color (decimal): -245124 or 8143612. OLE color: 8143612.

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

Color convert

RGB 252 66 124 -
CMYK 0 0.74 0.51 0.01
HSL 341.29º 0.97% 0.62% -
HSV(B) 341.29º 0.74% 0.99% -
XYZ 45.73 26.05 21.69 -
YUV 128.23 125.62 216.28 -
System Red Green Blue C M Y K H S L
Decimal 252 66 124 0 0.74 0.51 0.01 341.29 0.97 0.62
Hex FC 42 7C 0 4A 33 1 155 61 3E
Octal 374 102 174 0 112 63 1 525 141 76
Binary 11111100 1000010 1111100 0 1001010 110011 1 101010101 1100001 111110

Color Harmonies of #FC427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC427C

Black with #FC427C

Text Example


Text Example

White with #FC427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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