Html Css Color HEX #FC479A Brilliant Rose

📋 copy color: '#FC479A'

red 252 ◦ green 71 ◦ blue 154

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

Shades of Brilliant Rose #FC479A

Tints of Brilliant Rose #FC479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.29%

R = 52.83%
G = 14.88%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC479A (or 0xFC479A) is known color: Brilliant Rose. HEX triplet: FC, 47 and 9A. RGB value is (252,71,154). Sum of RGB (Red+Green+Blue) = 252+71+154=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC479A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC479A is #03B865. Grayscale: #868686. Windows color (decimal): -243814 or 10110972. OLE color: 10110972.

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

Color convert

RGB 252 71 154 -
CMYK 0 0.72 0.39 0.01
HSL 332.49º 0.97% 0.63% -
HSV(B) 332.49º 0.72% 0.99% -
XYZ 48.23 27.54 33.34 -
YUV 134.58 138.97 211.75 -
System Red Green Blue C M Y K H S L
Decimal 252 71 154 0 0.72 0.39 0.01 332.49 0.97 0.63
Hex FC 47 9A 0 48 27 1 14C 61 3F
Octal 374 107 232 0 110 47 1 514 141 77
Binary 11111100 1000111 10011010 0 1001000 100111 1 101001100 1100001 111111

Color Harmonies of #FC479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC479A

Black with #FC479A

Text Example


Text Example

White with #FC479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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