Html Css Color HEX #FD52A5 Brilliant Rose

📋 copy color: '#FD52A5'

red 253 ◦ green 82 ◦ blue 165

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

Shades of Brilliant Rose #FD52A5

Tints of Brilliant Rose #FD52A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33%

R = 50.6%
G = 16.4%
B = 33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FD52A5 (or 0xFD52A5) is known color: Brilliant Rose. HEX triplet: FD, 52 and A5. RGB value is (253,82,165). Sum of RGB (Red+Green+Blue) = 253+82+165=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD52A5 is #02AD5A. Grayscale: #8E8E8E. Windows color (decimal): -175451 or 10834685. OLE color: 10834685.

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

Color convert

RGB 253 82 165 -
CMYK 0 0.68 0.35 0.01
HSL 330.88º 0.98% 0.66% -
HSV(B) 330.88º 0.68% 0.99% -
XYZ 50.32 29.63 38.67 -
YUV 142.59 140.65 206.75 -
System Red Green Blue C M Y K H S L
Decimal 253 82 165 0 0.68 0.35 0.01 330.88 0.98 0.66
Hex FD 52 A5 0 44 23 1 14B 62 42
Octal 375 122 245 0 104 43 1 513 142 102
Binary 11111101 1010010 10100101 0 1000100 100011 1 101001011 1100010 1000010

Color Harmonies of #FD52A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD52A5

Black with #FD52A5

Text Example


Text Example

White with #FD52A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD52A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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