Html Css Color HEX #FD54A0 Brilliant Rose

📋 copy color: '#FD54A0'

red 253 ◦ green 84 ◦ blue 160

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

Shades of Brilliant Rose #FD54A0

Tints of Brilliant Rose #FD54A0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.9%

 BLUE value IS 160 (62.89% from 255) = 32.19%

R = 50.91%
G = 16.9%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD54A0 (or 0xFD54A0) is known color: Brilliant Rose. HEX triplet: FD, 54 and A0. RGB value is (253,84,160). Sum of RGB (Red+Green+Blue) = 253+84+160=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD54A0 is #02AB5F. Grayscale: #8F8F8F. Windows color (decimal): -174944 or 10507517. OLE color: 10507517.

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

Color convert

RGB 253 84 160 -
CMYK 0 0.67 0.37 0.01
HSL 333.02º 0.98% 0.66% -
HSV(B) 333.02º 0.67% 0.99% -
XYZ 50.02 29.76 36.37 -
YUV 143.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 253 84 160 0 0.67 0.37 0.01 333.02 0.98 0.66
Hex FD 54 A0 0 43 25 1 14D 62 42
Octal 375 124 240 0 103 45 1 515 142 102
Binary 11111101 1010100 10100000 0 1000011 100101 1 101001101 1100010 1000010

Color Harmonies of #FD54A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD54A0

Black with #FD54A0

Text Example


Text Example

White with #FD54A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD54A0; }

 p { color: rgb(253,84,160); }

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

background-color css

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

 a { background-color: rgb(253,84,160); }

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

border-color css

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

 span { border-color: rgb(253,84,160); }

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