Html Css Color HEX #FD52A3 Brilliant Rose

📋 copy color: '#FD52A3'

red 253 ◦ green 82 ◦ blue 163

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

Shades of Brilliant Rose #FD52A3

Tints of Brilliant Rose #FD52A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.73%

R = 50.8%
G = 16.47%
B = 32.73%

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

#FD52A3 (or 0xFD52A3) is known color: Brilliant Rose. HEX triplet: FD, 52 and A3. RGB value is (253,82,163). Sum of RGB (Red+Green+Blue) = 253+82+163=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD52A3 is #02AD5C. Grayscale: #8E8E8E. Windows color (decimal): -175453 or 10703613. OLE color: 10703613.

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

Color convert

RGB 253 82 163 -
CMYK 0 0.68 0.36 0.01
HSL 331.58º 0.98% 0.66% -
HSV(B) 331.58º 0.68% 0.99% -
XYZ 50.14 29.56 37.71 -
YUV 142.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 253 82 163 0 0.68 0.36 0.01 331.58 0.98 0.66
Hex FD 52 A3 0 44 24 1 14C 62 42
Octal 375 122 243 0 104 44 1 514 142 102
Binary 11111101 1010010 10100011 0 1000100 100100 1 101001100 1100010 1000010

Color Harmonies of #FD52A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD52A3

Black with #FD52A3

Text Example


Text Example

White with #FD52A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD52A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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