Html Css Color HEX #FC50B0 Brilliant Rose

📋 copy color: '#FC50B0'

red 252 ◦ green 80 ◦ blue 176

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

Shades of Brilliant Rose #FC50B0

Tints of Brilliant Rose #FC50B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.65%

R = 49.61%
G = 15.75%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC50B0 (or 0xFC50B0) is known color: Brilliant Rose. HEX triplet: FC, 50 and B0. RGB value is (252,80,176). Sum of RGB (Red+Green+Blue) = 252+80+176=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC50B0 is #03AF4F. Grayscale: #8E8E8E. Windows color (decimal): -241488 or 11555068. OLE color: 11555068.

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

Color convert

RGB 252 80 176 -
CMYK 0 0.68 0.30 0.01
HSL 326.51º 0.97% 0.65% -
HSV(B) 326.51º 0.68% 0.99% -
XYZ 50.85 29.57 44.1 -
YUV 142.37 146.98 206.19 -
System Red Green Blue C M Y K H S L
Decimal 252 80 176 0 0.68 0.30 0.01 326.51 0.97 0.65
Hex FC 50 B0 0 44 1E 1 147 61 41
Octal 374 120 260 0 104 36 1 507 141 101
Binary 11111100 1010000 10110000 0 1000100 11110 1 101000111 1100001 1000001

Color Harmonies of #FC50B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50B0

Black with #FC50B0

Text Example


Text Example

White with #FC50B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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