Html Css Color HEX #FD529D Brilliant Rose

📋 copy color: '#FD529D'

red 253 ◦ green 82 ◦ blue 157

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

Shades of Brilliant Rose #FD529D

Tints of Brilliant Rose #FD529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.91%

R = 51.42%
G = 16.67%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD529D (or 0xFD529D) is known color: Brilliant Rose. HEX triplet: FD, 52 and 9D. RGB value is (253,82,157). Sum of RGB (Red+Green+Blue) = 253+82+157=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD529D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD529D is #02AD62. Grayscale: #8D8D8D. Windows color (decimal): -175459 or 10310397. OLE color: 10310397.

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

Color convert

RGB 253 82 157 -
CMYK 0 0.68 0.38 0.01
HSL 333.68º 0.98% 0.66% -
HSV(B) 333.68º 0.68% 0.99% -
XYZ 49.61 29.35 34.95 -
YUV 141.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 253 82 157 0 0.68 0.38 0.01 333.68 0.98 0.66
Hex FD 52 9D 0 44 26 1 14E 62 42
Octal 375 122 235 0 104 46 1 516 142 102
Binary 11111101 1010010 10011101 0 1000100 100110 1 101001110 1100010 1000010

Color Harmonies of #FD529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD529D

Black with #FD529D

Text Example


Text Example

White with #FD529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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