Html Css Color HEX #FF50B0 Brilliant Rose

📋 copy color: '#FF50B0'

red 255 ◦ green 80 ◦ blue 176

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

Shades of Brilliant Rose #FF50B0

Tints of Brilliant Rose #FF50B0

RGB

 RED value IS 255 (100% from 255) = 49.9%

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

 BLUE value IS 176 (69.14% from 255) = 34.44%

R = 49.9%
G = 15.66%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF50B0 (or 0xFF50B0) is known color: Brilliant Rose. HEX triplet: FF, 50 and B0. RGB value is (255,80,176). Sum of RGB (Red+Green+Blue) = 255+80+176=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF50B0 is #00AF4F. Grayscale: #8F8F8F. Windows color (decimal): -44880 or 11555071. OLE color: 11555071.

HSL color Cylindrical-coordinate representation of color #FF50B0: hue angle of 327.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50B0 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 176 -
CMYK 0 0.69 0.31 0
HSL 327.09º 1% 0.66% -
HSV(B) 327.09º 0.69% 1% -
XYZ 51.95 30.13 44.15 -
YUV 143.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 255 80 176 0 0.69 0.31 0 327.09 1 0.66
Hex FF 50 B0 0 45 1F 0 147 64 42
Octal 377 120 260 0 105 37 0 507 144 102
Binary 11111111 1010000 10110000 0 1000101 11111 0 101000111 1100100 1000010

Color Harmonies of #FF50B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50B0

Black with #FF50B0

Text Example


Text Example

White with #FF50B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50B0; }

 p { color: rgb(255,80,176); }

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

background-color css

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

 a { background-color: rgb(255,80,176); }

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

border-color css

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

 span { border-color: rgb(255,80,176); }

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