Html Css Color HEX #FD52A1 Brilliant Rose

📋 copy color: '#FD52A1'

red 253 ◦ green 82 ◦ blue 161

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

Shades of Brilliant Rose #FD52A1

Tints of Brilliant Rose #FD52A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.46%

R = 51.01%
G = 16.53%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD52A1 (or 0xFD52A1) is known color: Brilliant Rose. HEX triplet: FD, 52 and A1. RGB value is (253,82,161). Sum of RGB (Red+Green+Blue) = 253+82+161=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD52A1 is #02AD5E. Grayscale: #8D8D8D. Windows color (decimal): -175455 or 10572541. OLE color: 10572541.

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

Color convert

RGB 253 82 161 -
CMYK 0 0.68 0.36 0.01
HSL 332.28º 0.98% 0.66% -
HSV(B) 332.28º 0.68% 0.99% -
XYZ 49.96 29.49 36.78 -
YUV 142.14 138.65 207.08 -
System Red Green Blue C M Y K H S L
Decimal 253 82 161 0 0.68 0.36 0.01 332.28 0.98 0.66
Hex FD 52 A1 0 44 24 1 14C 62 42
Octal 375 122 241 0 104 44 1 514 142 102
Binary 11111101 1010010 10100001 0 1000100 100100 1 101001100 1100010 1000010

Color Harmonies of #FD52A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD52A1

Black with #FD52A1

Text Example


Text Example

White with #FD52A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD52A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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