Html Css Color HEX #FD5086 French Rose

📋 copy color: '#FD5086'

red 253 ◦ green 80 ◦ blue 134

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

Shades of French Rose #FD5086

Tints of French Rose #FD5086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

 BLUE value IS 134 (52.73% from 255) = 28.69%

R = 54.18%
G = 17.13%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD5086 (or 0xFD5086) is known color: French Rose. HEX triplet: FD, 50 and 86. RGB value is (253,80,134). Sum of RGB (Red+Green+Blue) = 253+80+134=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5086 is #02AF79. Grayscale: #898989. Windows color (decimal): -175994 or 8802557. OLE color: 8802557.

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

Color convert

RGB 253 80 134 -
CMYK 0 0.68 0.47 0.01
HSL 341.27º 0.98% 0.65% -
HSV(B) 341.27º 0.68% 0.99% -
XYZ 47.68 28.34 25.51 -
YUV 137.88 125.81 210.11 -
System Red Green Blue C M Y K H S L
Decimal 253 80 134 0 0.68 0.47 0.01 341.27 0.98 0.65
Hex FD 50 86 0 44 2F 1 155 62 41
Octal 375 120 206 0 104 57 1 525 142 101
Binary 11111101 1010000 10000110 0 1000100 101111 1 101010101 1100010 1000001

Color Harmonies of #FD5086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5086

Black with #FD5086

Text Example


Text Example

White with #FD5086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5086; }

 p { color: rgb(253,80,134); }

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

background-color css

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

 a { background-color: rgb(253,80,134); }

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

border-color css

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

 span { border-color: rgb(253,80,134); }

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