Html Css Color HEX #FF509A Brilliant Rose

📋 copy color: '#FF509A'

red 255 ◦ green 80 ◦ blue 154

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

Shades of Brilliant Rose #FF509A

Tints of Brilliant Rose #FF509A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 52.15%
G = 16.36%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF509A (or 0xFF509A) is known color: Brilliant Rose. HEX triplet: FF, 50 and 9A. RGB value is (255,80,154). Sum of RGB (Red+Green+Blue) = 255+80+154=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF509A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF509A is #00AF65. Grayscale: #8C8C8C. Windows color (decimal): -44902 or 10113279. OLE color: 10113279.

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

Color convert

RGB 255 80 154 -
CMYK 0 0.69 0.40 0
HSL 334.63º 1% 0.66% -
HSV(B) 334.63º 0.69% 1% -
XYZ 49.94 29.33 33.6 -
YUV 140.76 135.48 209.48 -
System Red Green Blue C M Y K H S L
Decimal 255 80 154 0 0.69 0.40 0 334.63 1 0.66
Hex FF 50 9A 0 45 28 0 14F 64 42
Octal 377 120 232 0 105 50 0 517 144 102
Binary 11111111 1010000 10011010 0 1000101 101000 0 101001111 1100100 1000010

Color Harmonies of #FF509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF509A

Black with #FF509A

Text Example


Text Example

White with #FF509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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