Html Css Color HEX #FC50B2 Brilliant Rose

📋 copy color: '#FC50B2'

red 252 ◦ green 80 ◦ blue 178

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

Shades of Brilliant Rose #FC50B2

Tints of Brilliant Rose #FC50B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 49.41%
G = 15.69%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC50B2 (or 0xFC50B2) is known color: Brilliant Rose. HEX triplet: FC, 50 and B2. RGB value is (252,80,178). Sum of RGB (Red+Green+Blue) = 252+80+178=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC50B2 is #03AF4D. Grayscale: #8E8E8E. Windows color (decimal): -241486 or 11686140. OLE color: 11686140.

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

Color convert

RGB 252 80 178 -
CMYK 0 0.68 0.29 0.01
HSL 325.81º 0.97% 0.65% -
HSV(B) 325.81º 0.68% 0.99% -
XYZ 51.05 29.65 45.15 -
YUV 142.6 147.98 206.03 -
System Red Green Blue C M Y K H S L
Decimal 252 80 178 0 0.68 0.29 0.01 325.81 0.97 0.65
Hex FC 50 B2 0 44 1D 1 146 61 41
Octal 374 120 262 0 104 35 1 506 141 101
Binary 11111100 1010000 10110010 0 1000100 11101 1 101000110 1100001 1000001

Color Harmonies of #FC50B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50B2

Black with #FC50B2

Text Example


Text Example

White with #FC50B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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