Html Css Color HEX #FC50A0 Brilliant Rose

📋 copy color: '#FC50A0'

red 252 ◦ green 80 ◦ blue 160

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

Shades of Brilliant Rose #FC50A0

Tints of Brilliant Rose #FC50A0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.26%

 BLUE value IS 160 (62.89% from 255) = 32.52%

R = 51.22%
G = 16.26%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC50A0 (or 0xFC50A0) is known color: Brilliant Rose. HEX triplet: FC, 50 and A0. RGB value is (252,80,160). Sum of RGB (Red+Green+Blue) = 252+80+160=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC50A0 is #03AF5F. Grayscale: #8C8C8C. Windows color (decimal): -241504 or 10506492. OLE color: 10506492.

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

Color convert

RGB 252 80 160 -
CMYK 0 0.68 0.37 0.01
HSL 332.09º 0.97% 0.65% -
HSV(B) 332.09º 0.68% 0.99% -
XYZ 49.36 28.97 36.25 -
YUV 140.55 138.98 207.5 -
System Red Green Blue C M Y K H S L
Decimal 252 80 160 0 0.68 0.37 0.01 332.09 0.97 0.65
Hex FC 50 A0 0 44 25 1 14C 61 41
Octal 374 120 240 0 104 45 1 514 141 101
Binary 11111100 1010000 10100000 0 1000100 100101 1 101001100 1100001 1000001

Color Harmonies of #FC50A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50A0

Black with #FC50A0

Text Example


Text Example

White with #FC50A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50A0; }

 p { color: rgb(252,80,160); }

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

background-color css

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

 a { background-color: rgb(252,80,160); }

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

border-color css

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

 span { border-color: rgb(252,80,160); }

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