Html Css Color HEX #FF50AF Brilliant Rose

📋 copy color: '#FF50AF'

red 255 ◦ green 80 ◦ blue 175

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

Shades of Brilliant Rose #FF50AF

Tints of Brilliant Rose #FF50AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 50%
G = 15.69%
B = 34.31%

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

#FF50AF (or 0xFF50AF) is known color: Brilliant Rose. HEX triplet: FF, 50 and AF. RGB value is (255,80,175). Sum of RGB (Red+Green+Blue) = 255+80+175=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF50AF is #00AF50. Grayscale: #8E8E8E. Windows color (decimal): -44881 or 11489535. OLE color: 11489535.

HSL color Cylindrical-coordinate representation of color #FF50AF: hue angle of 327.43º 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 #FF50AF is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 175 -
CMYK 0 0.69 0.31 0
HSL 327.43º 1% 0.66% -
HSV(B) 327.43º 0.69% 1% -
XYZ 51.85 30.09 43.63 -
YUV 143.16 145.98 207.78 -
System Red Green Blue C M Y K H S L
Decimal 255 80 175 0 0.69 0.31 0 327.43 1 0.66
Hex FF 50 AF 0 45 1F 0 147 64 42
Octal 377 120 257 0 105 37 0 507 144 102
Binary 11111111 1010000 10101111 0 1000101 11111 0 101000111 1100100 1000010

Color Harmonies of #FF50AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50AF

Black with #FF50AF

Text Example


Text Example

White with #FF50AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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