Html Css Color HEX #FC50AD Brilliant Rose

📋 copy color: '#FC50AD'

red 252 ◦ green 80 ◦ blue 173

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

Shades of Brilliant Rose #FC50AD

Tints of Brilliant Rose #FC50AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 49.9%
G = 15.84%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC50AD (or 0xFC50AD) is known color: Brilliant Rose. HEX triplet: FC, 50 and AD. RGB value is (252,80,173). Sum of RGB (Red+Green+Blue) = 252+80+173=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC50AD is #03AF52. Grayscale: #8D8D8D. Windows color (decimal): -241491 or 11358460. OLE color: 11358460.

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

Color convert

RGB 252 80 173 -
CMYK 0 0.68 0.31 0.01
HSL 327.56º 0.97% 0.65% -
HSV(B) 327.56º 0.68% 0.99% -
XYZ 50.56 29.45 42.55 -
YUV 142.03 145.48 206.44 -
System Red Green Blue C M Y K H S L
Decimal 252 80 173 0 0.68 0.31 0.01 327.56 0.97 0.65
Hex FC 50 AD 0 44 1F 1 148 61 41
Octal 374 120 255 0 104 37 1 510 141 101
Binary 11111100 1010000 10101101 0 1000100 11111 1 101001000 1100001 1000001

Color Harmonies of #FC50AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50AD

Black with #FC50AD

Text Example


Text Example

White with #FC50AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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