Html Css Color HEX #FC479D Brilliant Rose

📋 copy color: '#FC479D'

red 252 ◦ green 71 ◦ blue 157

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

Shades of Brilliant Rose #FC479D

Tints of Brilliant Rose #FC479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.71%

R = 52.5%
G = 14.79%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC479D (or 0xFC479D) is known color: Brilliant Rose. HEX triplet: FC, 47 and 9D. RGB value is (252,71,157). Sum of RGB (Red+Green+Blue) = 252+71+157=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC479D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC479D is #03B862. Grayscale: #868686. Windows color (decimal): -243811 or 10307580. OLE color: 10307580.

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

Color convert

RGB 252 71 157 -
CMYK 0 0.72 0.38 0.01
HSL 331.49º 0.97% 0.63% -
HSV(B) 331.49º 0.72% 0.99% -
XYZ 48.48 27.64 34.68 -
YUV 134.92 140.47 211.51 -
System Red Green Blue C M Y K H S L
Decimal 252 71 157 0 0.72 0.38 0.01 331.49 0.97 0.63
Hex FC 47 9D 0 48 26 1 14B 61 3F
Octal 374 107 235 0 110 46 1 513 141 77
Binary 11111100 1000111 10011101 0 1001000 100110 1 101001011 1100001 111111

Color Harmonies of #FC479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC479D

Black with #FC479D

Text Example


Text Example

White with #FC479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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