Html Css Color HEX #FC50A7 Brilliant Rose

📋 copy color: '#FC50A7'

red 252 ◦ green 80 ◦ blue 167

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

Shades of Brilliant Rose #FC50A7

Tints of Brilliant Rose #FC50A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.47%

R = 50.5%
G = 16.03%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC50A7 (or 0xFC50A7) is known color: Brilliant Rose. HEX triplet: FC, 50 and A7. RGB value is (252,80,167). Sum of RGB (Red+Green+Blue) = 252+80+167=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC50A7 is #03AF58. Grayscale: #8D8D8D. Windows color (decimal): -241497 or 10965244. OLE color: 10965244.

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

Color convert

RGB 252 80 167 -
CMYK 0 0.68 0.34 0.01
HSL 329.65º 0.97% 0.65% -
HSV(B) 329.65º 0.68% 0.99% -
XYZ 49.99 29.22 39.57 -
YUV 141.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 252 80 167 0 0.68 0.34 0.01 329.65 0.97 0.65
Hex FC 50 A7 0 44 22 1 14A 61 41
Octal 374 120 247 0 104 42 1 512 141 101
Binary 11111100 1010000 10100111 0 1000100 100010 1 101001010 1100001 1000001

Color Harmonies of #FC50A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50A7

Black with #FC50A7

Text Example


Text Example

White with #FC50A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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