Html Css Color HEX #FD53A3 Brilliant Rose

📋 copy color: '#FD53A3'

red 253 ◦ green 83 ◦ blue 163

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

Shades of Brilliant Rose #FD53A3

Tints of Brilliant Rose #FD53A3

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.63%

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

R = 50.7%
G = 16.63%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD53A3 (or 0xFD53A3) is known color: Brilliant Rose. HEX triplet: FD, 53 and A3. RGB value is (253,83,163). Sum of RGB (Red+Green+Blue) = 253+83+163=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD53A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD53A3 is #02AC5C. Grayscale: #8E8E8E. Windows color (decimal): -175197 or 10703869. OLE color: 10703869.

HSL color Cylindrical-coordinate representation of color #FD53A3: hue angle of 331.76º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD53A3 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 83 163 -
CMYK 0 0.67 0.36 0.01
HSL 331.76º 0.98% 0.66% -
HSV(B) 331.76º 0.67% 0.99% -
XYZ 50.21 29.71 37.74 -
YUV 142.95 139.32 206.5 -
System Red Green Blue C M Y K H S L
Decimal 253 83 163 0 0.67 0.36 0.01 331.76 0.98 0.66
Hex FD 53 A3 0 43 24 1 14C 62 42
Octal 375 123 243 0 103 44 1 514 142 102
Binary 11111101 1010011 10100011 0 1000011 100100 1 101001100 1100010 1000010

Color Harmonies of #FD53A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD53A3

Black with #FD53A3

Text Example


Text Example

White with #FD53A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD53A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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