Html Css Color HEX #FF509F Brilliant Rose

📋 copy color: '#FF509F'

red 255 ◦ green 80 ◦ blue 159

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

Shades of Brilliant Rose #FF509F

Tints of Brilliant Rose #FF509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 51.62%
G = 16.19%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF509F (or 0xFF509F) is known color: Brilliant Rose. HEX triplet: FF, 50 and 9F. RGB value is (255,80,159). Sum of RGB (Red+Green+Blue) = 255+80+159=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF509F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF509F is #00AF60. Grayscale: #8D8D8D. Windows color (decimal): -44897 or 10440959. OLE color: 10440959.

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

Color convert

RGB 255 80 159 -
CMYK 0 0.69 0.38 0
HSL 332.91º 1% 0.66% -
HSV(B) 332.91º 0.69% 1% -
XYZ 50.37 29.5 35.84 -
YUV 141.33 137.98 209.08 -
System Red Green Blue C M Y K H S L
Decimal 255 80 159 0 0.69 0.38 0 332.91 1 0.66
Hex FF 50 9F 0 45 26 0 14D 64 42
Octal 377 120 237 0 105 46 0 515 144 102
Binary 11111111 1010000 10011111 0 1000101 100110 0 101001101 1100100 1000010

Color Harmonies of #FF509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF509F

Black with #FF509F

Text Example


Text Example

White with #FF509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF509F; }

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

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

background-color css

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

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

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

border-color css

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

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

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