Html Css Color HEX #FC50AB Brilliant Rose

📋 copy color: '#FC50AB'

red 252 ◦ green 80 ◦ blue 171

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

Shades of Brilliant Rose #FC50AB

Tints of Brilliant Rose #FC50AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34%

R = 50.1%
G = 15.9%
B = 34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC50AB (or 0xFC50AB) is known color: Brilliant Rose. HEX triplet: FC, 50 and AB. RGB value is (252,80,171). Sum of RGB (Red+Green+Blue) = 252+80+171=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC50AB is #03AF54. Grayscale: #8D8D8D. Windows color (decimal): -241493 or 11227388. OLE color: 11227388.

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

Color convert

RGB 252 80 171 -
CMYK 0 0.68 0.32 0.01
HSL 328.26º 0.97% 0.65% -
HSV(B) 328.26º 0.68% 0.99% -
XYZ 50.36 29.37 41.54 -
YUV 141.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 252 80 171 0 0.68 0.32 0.01 328.26 0.97 0.65
Hex FC 50 AB 0 44 20 1 148 61 41
Octal 374 120 253 0 104 40 1 510 141 101
Binary 11111100 1010000 10101011 0 1000100 100000 1 101001000 1100001 1000001

Color Harmonies of #FC50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50AB

Black with #FC50AB

Text Example


Text Example

White with #FC50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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