Html Css Color HEX #FF529F Brilliant Rose

📋 copy color: '#FF529F'

red 255 ◦ green 82 ◦ blue 159

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

Shades of Brilliant Rose #FF529F

Tints of Brilliant Rose #FF529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.53%

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

R = 51.41%
G = 16.53%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF529F (or 0xFF529F) is known color: Brilliant Rose. HEX triplet: FF, 52 and 9F. RGB value is (255,82,159). Sum of RGB (Red+Green+Blue) = 255+82+159=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF529F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF529F is #00AD60. Grayscale: #8E8E8E. Windows color (decimal): -44385 or 10441471. OLE color: 10441471.

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

Color convert

RGB 255 82 159 -
CMYK 0 0.68 0.38 0
HSL 333.29º 1% 0.66% -
HSV(B) 333.29º 0.68% 1% -
XYZ 50.52 29.8 35.89 -
YUV 142.51 137.31 208.24 -
System Red Green Blue C M Y K H S L
Decimal 255 82 159 0 0.68 0.38 0 333.29 1 0.66
Hex FF 52 9F 0 44 26 0 14D 64 42
Octal 377 122 237 0 104 46 0 515 144 102
Binary 11111111 1010010 10011111 0 1000100 100110 0 101001101 1100100 1000010

Color Harmonies of #FF529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF529F

Black with #FF529F

Text Example


Text Example

White with #FF529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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