Html Css Color HEX #FC50B7 Brilliant Rose

📋 copy color: '#FC50B7'

red 252 ◦ green 80 ◦ blue 183

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

Shades of Brilliant Rose #FC50B7

Tints of Brilliant Rose #FC50B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.53%

R = 48.93%
G = 15.53%
B = 35.53%

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

#FC50B7 (or 0xFC50B7) is known color: Brilliant Rose. HEX triplet: FC, 50 and B7. RGB value is (252,80,183). Sum of RGB (Red+Green+Blue) = 252+80+183=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50B7 is #03AF48. Grayscale: #8E8E8E. Windows color (decimal): -241481 or 12013820. OLE color: 12013820.

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

Color convert

RGB 252 80 183 -
CMYK 0 0.68 0.27 0.01
HSL 324.07º 0.97% 0.65% -
HSV(B) 324.07º 0.68% 0.99% -
XYZ 51.56 29.85 47.84 -
YUV 143.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 252 80 183 0 0.68 0.27 0.01 324.07 0.97 0.65
Hex FC 50 B7 0 44 1B 1 144 61 41
Octal 374 120 267 0 104 33 1 504 141 101
Binary 11111100 1010000 10110111 0 1000100 11011 1 101000100 1100001 1000001

Color Harmonies of #FC50B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50B7

Black with #FC50B7

Text Example


Text Example

White with #FC50B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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