Html Css Color HEX #FD52A8 Brilliant Rose

📋 copy color: '#FD52A8'

red 253 ◦ green 82 ◦ blue 168

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

Shades of Brilliant Rose #FD52A8

Tints of Brilliant Rose #FD52A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.4%

R = 50.3%
G = 16.3%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD52A8 (or 0xFD52A8) is known color: Brilliant Rose. HEX triplet: FD, 52 and A8. RGB value is (253,82,168). Sum of RGB (Red+Green+Blue) = 253+82+168=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD52A8 is #02AD57. Grayscale: #8E8E8E. Windows color (decimal): -175448 or 11031293. OLE color: 11031293.

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

Color convert

RGB 253 82 168 -
CMYK 0 0.68 0.34 0.01
HSL 329.82º 0.98% 0.66% -
HSV(B) 329.82º 0.68% 0.99% -
XYZ 50.59 29.74 40.12 -
YUV 142.93 142.15 206.51 -
System Red Green Blue C M Y K H S L
Decimal 253 82 168 0 0.68 0.34 0.01 329.82 0.98 0.66
Hex FD 52 A8 0 44 22 1 14A 62 42
Octal 375 122 250 0 104 42 1 512 142 102
Binary 11111101 1010010 10101000 0 1000100 100010 1 101001010 1100010 1000010

Color Harmonies of #FD52A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD52A8

Black with #FD52A8

Text Example


Text Example

White with #FD52A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD52A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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