Html Css Color HEX #FC50BA Brilliant Rose

📋 copy color: '#FC50BA'

red 252 ◦ green 80 ◦ blue 186

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

Shades of Brilliant Rose #FC50BA

Tints of Brilliant Rose #FC50BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 48.65%
G = 15.44%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC50BA (or 0xFC50BA) is known color: Brilliant Rose. HEX triplet: FC, 50 and BA. RGB value is (252,80,186). Sum of RGB (Red+Green+Blue) = 252+80+186=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50BA is #03AF45. Grayscale: #8F8F8F. Windows color (decimal): -241478 or 12210428. OLE color: 12210428.

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

Color convert

RGB 252 80 186 -
CMYK 0 0.68 0.26 0.01
HSL 323.02º 0.97% 0.65% -
HSV(B) 323.02º 0.68% 0.99% -
XYZ 51.88 29.98 49.51 -
YUV 143.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 252 80 186 0 0.68 0.26 0.01 323.02 0.97 0.65
Hex FC 50 BA 0 44 1A 1 143 61 41
Octal 374 120 272 0 104 32 1 503 141 101
Binary 11111100 1010000 10111010 0 1000100 11010 1 101000011 1100001 1000001

Color Harmonies of #FC50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50BA

Black with #FC50BA

Text Example


Text Example

White with #FC50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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