Html Css Color HEX #FD539D Brilliant Rose

📋 copy color: '#FD539D'

red 253 ◦ green 83 ◦ blue 157

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

Shades of Brilliant Rose #FD539D

Tints of Brilliant Rose #FD539D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.85%

R = 51.32%
G = 16.84%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD539D (or 0xFD539D) is known color: Brilliant Rose. HEX triplet: FD, 53 and 9D. RGB value is (253,83,157). Sum of RGB (Red+Green+Blue) = 253+83+157=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD539D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD539D is #02AC62. Grayscale: #8E8E8E. Windows color (decimal): -175203 or 10310653. OLE color: 10310653.

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

Color convert

RGB 253 83 157 -
CMYK 0 0.67 0.38 0.01
HSL 333.88º 0.98% 0.66% -
HSV(B) 333.88º 0.67% 0.99% -
XYZ 49.69 29.5 34.97 -
YUV 142.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 253 83 157 0 0.67 0.38 0.01 333.88 0.98 0.66
Hex FD 53 9D 0 43 26 1 14E 62 42
Octal 375 123 235 0 103 46 1 516 142 102
Binary 11111101 1010011 10011101 0 1000011 100110 1 101001110 1100010 1000010

Color Harmonies of #FD539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD539D

Black with #FD539D

Text Example


Text Example

White with #FD539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD539D; }

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

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

background-color css

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

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

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

border-color css

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

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

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