Html Css Color HEX #FC50A2 Brilliant Rose

📋 copy color: '#FC50A2'

red 252 ◦ green 80 ◦ blue 162

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

Shades of Brilliant Rose #FC50A2

Tints of Brilliant Rose #FC50A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.79%

R = 51.01%
G = 16.19%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC50A2 (or 0xFC50A2) is known color: Brilliant Rose. HEX triplet: FC, 50 and A2. RGB value is (252,80,162). Sum of RGB (Red+Green+Blue) = 252+80+162=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC50A2 is #03AF5D. Grayscale: #8C8C8C. Windows color (decimal): -241502 or 10637564. OLE color: 10637564.

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

Color convert

RGB 252 80 162 -
CMYK 0 0.68 0.36 0.01
HSL 331.4º 0.97% 0.65% -
HSV(B) 331.4º 0.68% 0.99% -
XYZ 49.54 29.04 37.18 -
YUV 140.78 139.98 207.33 -
System Red Green Blue C M Y K H S L
Decimal 252 80 162 0 0.68 0.36 0.01 331.4 0.97 0.65
Hex FC 50 A2 0 44 24 1 14B 61 41
Octal 374 120 242 0 104 44 1 513 141 101
Binary 11111100 1010000 10100010 0 1000100 100100 1 101001011 1100001 1000001

Color Harmonies of #FC50A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50A2

Black with #FC50A2

Text Example


Text Example

White with #FC50A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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