Html Css Color HEX #FC478F Violet Red

📋 copy color: '#FC478F'

red 252 ◦ green 71 ◦ blue 143

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

Shades of Violet Red #FC478F

Tints of Violet Red #FC478F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.24%

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

R = 54.08%
G = 15.24%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC478F (or 0xFC478F) is known color: Violet Red. HEX triplet: FC, 47 and 8F. RGB value is (252,71,143). Sum of RGB (Red+Green+Blue) = 252+71+143=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC478F is #03B870. Grayscale: #858585. Windows color (decimal): -243825 or 9390076. OLE color: 9390076.

HSL color Cylindrical-coordinate representation of color #FC478F: hue angle of 336.13º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC478F is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 71 143 -
CMYK 0 0.72 0.43 0.01
HSL 336.13º 0.97% 0.63% -
HSV(B) 336.13º 0.72% 0.99% -
XYZ 47.36 27.19 28.74 -
YUV 133.33 133.47 212.65 -
System Red Green Blue C M Y K H S L
Decimal 252 71 143 0 0.72 0.43 0.01 336.13 0.97 0.63
Hex FC 47 8F 0 48 2B 1 150 61 3F
Octal 374 107 217 0 110 53 1 520 141 77
Binary 11111100 1000111 10001111 0 1001000 101011 1 101010000 1100001 111111

Color Harmonies of #FC478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC478F

Black with #FC478F

Text Example


Text Example

White with #FC478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC478F; }

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

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

background-color css

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

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

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

border-color css

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

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

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