Html Css Color HEX #FD487D French Rose

📋 copy color: '#FD487D'

red 253 ◦ green 72 ◦ blue 125

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

Shades of French Rose #FD487D

Tints of French Rose #FD487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16%

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 56.22%
G = 16%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD487D (or 0xFD487D) is known color: French Rose. HEX triplet: FD, 48 and 7D. RGB value is (253,72,125). Sum of RGB (Red+Green+Blue) = 253+72+125=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD487D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD487D is #02B782. Grayscale: #848484. Windows color (decimal): -178051 or 8210685. OLE color: 8210685.

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

Color convert

RGB 253 72 125 -
CMYK 0 0.72 0.51 0.01
HSL 342.43º 0.98% 0.64% -
HSV(B) 342.43º 0.72% 0.99% -
XYZ 46.53 27 22.16 -
YUV 132.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 253 72 125 0 0.72 0.51 0.01 342.43 0.98 0.64
Hex FD 48 7D 0 48 33 1 156 62 40
Octal 375 110 175 0 110 63 1 526 142 100
Binary 11111101 1001000 1111101 0 1001000 110011 1 101010110 1100010 1000000

Color Harmonies of #FD487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD487D

Black with #FD487D

Text Example


Text Example

White with #FD487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD487D; }

 p { color: rgb(253,72,125); }

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

background-color css

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

 a { background-color: rgb(253,72,125); }

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

border-color css

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

 span { border-color: rgb(253,72,125); }

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