Html Css Color HEX #FD508D French Rose

📋 copy color: '#FD508D'

red 253 ◦ green 80 ◦ blue 141

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

Shades of French Rose #FD508D

Tints of French Rose #FD508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.75%

R = 53.38%
G = 16.88%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD508D (or 0xFD508D) is known color: French Rose. HEX triplet: FD, 50 and 8D. RGB value is (253,80,141). Sum of RGB (Red+Green+Blue) = 253+80+141=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD508D is #02AF72. Grayscale: #8A8A8A. Windows color (decimal): -175987 or 9261309. OLE color: 9261309.

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

Color convert

RGB 253 80 141 -
CMYK 0 0.68 0.44 0.01
HSL 338.84º 0.98% 0.65% -
HSV(B) 338.84º 0.68% 0.99% -
XYZ 48.18 28.54 28.17 -
YUV 138.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 253 80 141 0 0.68 0.44 0.01 338.84 0.98 0.65
Hex FD 50 8D 0 44 2C 1 153 62 41
Octal 375 120 215 0 104 54 1 523 142 101
Binary 11111101 1010000 10001101 0 1000100 101100 1 101010011 1100010 1000001

Color Harmonies of #FD508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD508D

Black with #FD508D

Text Example


Text Example

White with #FD508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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