Html Css Color HEX #FD529A Brilliant Rose

📋 copy color: '#FD529A'

red 253 ◦ green 82 ◦ blue 154

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

Shades of Brilliant Rose #FD529A

Tints of Brilliant Rose #FD529A

RGB

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

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

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

R = 51.74%
G = 16.77%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD529A (or 0xFD529A) is known color: Brilliant Rose. HEX triplet: FD, 52 and 9A. RGB value is (253,82,154). Sum of RGB (Red+Green+Blue) = 253+82+154=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD529A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD529A is #02AD65. Grayscale: #8D8D8D. Windows color (decimal): -175462 or 10113789. OLE color: 10113789.

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

Color convert

RGB 253 82 154 -
CMYK 0 0.68 0.39 0.01
HSL 334.74º 0.98% 0.66% -
HSV(B) 334.74º 0.68% 0.99% -
XYZ 49.36 29.25 33.62 -
YUV 141.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 253 82 154 0 0.68 0.39 0.01 334.74 0.98 0.66
Hex FD 52 9A 0 44 27 1 14F 62 42
Octal 375 122 232 0 104 47 1 517 142 102
Binary 11111101 1010010 10011010 0 1000100 100111 1 101001111 1100010 1000010

Color Harmonies of #FD529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD529A

Black with #FD529A

Text Example


Text Example

White with #FD529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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