Html Css Color HEX #FD52AD Brilliant Rose

📋 copy color: '#FD52AD'

red 253 ◦ green 82 ◦ blue 173

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

Shades of Brilliant Rose #FD52AD

Tints of Brilliant Rose #FD52AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.06%

R = 49.8%
G = 16.14%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD52AD (or 0xFD52AD) is known color: Brilliant Rose. HEX triplet: FD, 52 and AD. RGB value is (253,82,173). Sum of RGB (Red+Green+Blue) = 253+82+173=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD52AD is #02AD52. Grayscale: #8F8F8F. Windows color (decimal): -175443 or 11358973. OLE color: 11358973.

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

Color convert

RGB 253 82 173 -
CMYK 0 0.68 0.32 0.01
HSL 328.07º 0.98% 0.66% -
HSV(B) 328.07º 0.68% 0.99% -
XYZ 51.07 29.93 42.62 -
YUV 143.5 144.65 206.1 -
System Red Green Blue C M Y K H S L
Decimal 253 82 173 0 0.68 0.32 0.01 328.07 0.98 0.66
Hex FD 52 AD 0 44 20 1 148 62 42
Octal 375 122 255 0 104 40 1 510 142 102
Binary 11111101 1010010 10101101 0 1000100 100000 1 101001000 1100010 1000010

Color Harmonies of #FD52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD52AD

Black with #FD52AD

Text Example


Text Example

White with #FD52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD52AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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