Html Css Color HEX #FC50B8 Brilliant Rose

📋 copy color: '#FC50B8'

red 252 ◦ green 80 ◦ blue 184

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

Shades of Brilliant Rose #FC50B8

Tints of Brilliant Rose #FC50B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.66%

R = 48.84%
G = 15.5%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC50B8 (or 0xFC50B8) is known color: Brilliant Rose. HEX triplet: FC, 50 and B8. RGB value is (252,80,184). Sum of RGB (Red+Green+Blue) = 252+80+184=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50B8 is #03AF47. Grayscale: #8F8F8F. Windows color (decimal): -241480 or 12079356. OLE color: 12079356.

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

Color convert

RGB 252 80 184 -
CMYK 0 0.68 0.27 0.01
HSL 323.72º 0.97% 0.65% -
HSV(B) 323.72º 0.68% 0.99% -
XYZ 51.67 29.89 48.39 -
YUV 143.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 252 80 184 0 0.68 0.27 0.01 323.72 0.97 0.65
Hex FC 50 B8 0 44 1B 1 144 61 41
Octal 374 120 270 0 104 33 1 504 141 101
Binary 11111100 1010000 10111000 0 1000100 11011 1 101000100 1100001 1000001

Color Harmonies of #FC50B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50B8

Black with #FC50B8

Text Example


Text Example

White with #FC50B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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