Html Css Color HEX #FD487C French Rose

📋 copy color: '#FD487C'

red 253 ◦ green 72 ◦ blue 124

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

Shades of French Rose #FD487C

Tints of French Rose #FD487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.62%

R = 56.35%
G = 16.04%
B = 27.62%

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

#FD487C (or 0xFD487C) is known color: French Rose. HEX triplet: FD, 48 and 7C. RGB value is (253,72,124). Sum of RGB (Red+Green+Blue) = 253+72+124=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD487C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD487C is #02B783. Grayscale: #848484. Windows color (decimal): -178052 or 8145149. OLE color: 8145149.

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

Color convert

RGB 253 72 124 -
CMYK 0 0.72 0.51 0.01
HSL 342.76º 0.98% 0.64% -
HSV(B) 342.76º 0.72% 0.99% -
XYZ 46.46 26.97 21.83 -
YUV 132.05 123.47 214.27 -
System Red Green Blue C M Y K H S L
Decimal 253 72 124 0 0.72 0.51 0.01 342.76 0.98 0.64
Hex FD 48 7C 0 48 33 1 157 62 40
Octal 375 110 174 0 110 63 1 527 142 100
Binary 11111101 1001000 1111100 0 1001000 110011 1 101010111 1100010 1000000

Color Harmonies of #FD487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD487C

Black with #FD487C

Text Example


Text Example

White with #FD487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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