Html Css Color HEX #FD529F Brilliant Rose

📋 copy color: '#FD529F'

red 253 ◦ green 82 ◦ blue 159

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

Shades of Brilliant Rose #FD529F

Tints of Brilliant Rose #FD529F

RGB

 RED value IS 253 (99.22% from 255) = 51.21%

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

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

R = 51.21%
G = 16.6%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD529F (or 0xFD529F) is known color: Brilliant Rose. HEX triplet: FD, 52 and 9F. RGB value is (253,82,159). Sum of RGB (Red+Green+Blue) = 253+82+159=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD529F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD529F is #02AD60. Grayscale: #8D8D8D. Windows color (decimal): -175457 or 10441469. OLE color: 10441469.

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

Color convert

RGB 253 82 159 -
CMYK 0 0.68 0.37 0.01
HSL 332.98º 0.98% 0.66% -
HSV(B) 332.98º 0.68% 0.99% -
XYZ 49.78 29.42 35.86 -
YUV 141.91 137.65 207.24 -
System Red Green Blue C M Y K H S L
Decimal 253 82 159 0 0.68 0.37 0.01 332.98 0.98 0.66
Hex FD 52 9F 0 44 25 1 14D 62 42
Octal 375 122 237 0 104 45 1 515 142 102
Binary 11111101 1010010 10011111 0 1000100 100101 1 101001101 1100010 1000010

Color Harmonies of #FD529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD529F

Black with #FD529F

Text Example


Text Example

White with #FD529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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