Html Css Color HEX #FC50B9 Brilliant Rose

📋 copy color: '#FC50B9'

red 252 ◦ green 80 ◦ blue 185

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

Shades of Brilliant Rose #FC50B9

Tints of Brilliant Rose #FC50B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.78%

R = 48.74%
G = 15.47%
B = 35.78%

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

#FC50B9 (or 0xFC50B9) is known color: Brilliant Rose. HEX triplet: FC, 50 and B9. RGB value is (252,80,185). Sum of RGB (Red+Green+Blue) = 252+80+185=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50B9 is #03AF46. Grayscale: #8F8F8F. Windows color (decimal): -241479 or 12144892. OLE color: 12144892.

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

Color convert

RGB 252 80 185 -
CMYK 0 0.68 0.27 0.01
HSL 323.37º 0.97% 0.65% -
HSV(B) 323.37º 0.68% 0.99% -
XYZ 51.77 29.94 48.95 -
YUV 143.4 151.48 205.46 -
System Red Green Blue C M Y K H S L
Decimal 252 80 185 0 0.68 0.27 0.01 323.37 0.97 0.65
Hex FC 50 B9 0 44 1B 1 143 61 41
Octal 374 120 271 0 104 33 1 503 141 101
Binary 11111100 1010000 10111001 0 1000100 11011 1 101000011 1100001 1000001

Color Harmonies of #FC50B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50B9

Black with #FC50B9

Text Example


Text Example

White with #FC50B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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