Html Css Color HEX #FD4987 French Rose

📋 copy color: '#FD4987'

red 253 ◦ green 73 ◦ blue 135

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

Shades of French Rose #FD4987

Tints of French Rose #FD4987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.84%

 BLUE value IS 135 (53.13% from 255) = 29.28%

R = 54.88%
G = 15.84%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD4987 (or 0xFD4987) is known color: French Rose. HEX triplet: FD, 49 and 87. RGB value is (253,73,135). Sum of RGB (Red+Green+Blue) = 253+73+135=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4987 is #02B678. Grayscale: #858585. Windows color (decimal): -177785 or 8866301. OLE color: 8866301.

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

Color convert

RGB 253 73 135 -
CMYK 0 0.71 0.47 0.01
HSL 339.33º 0.98% 0.64% -
HSV(B) 339.33º 0.71% 0.99% -
XYZ 47.26 27.4 25.72 -
YUV 133.89 128.63 212.96 -
System Red Green Blue C M Y K H S L
Decimal 253 73 135 0 0.71 0.47 0.01 339.33 0.98 0.64
Hex FD 49 87 0 47 2F 1 153 62 40
Octal 375 111 207 0 107 57 1 523 142 100
Binary 11111101 1001001 10000111 0 1000111 101111 1 101010011 1100010 1000000

Color Harmonies of #FD4987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4987

Black with #FD4987

Text Example


Text Example

White with #FD4987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4987; }

 p { color: rgb(253,73,135); }

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

background-color css

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

 a { background-color: rgb(253,73,135); }

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

border-color css

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

 span { border-color: rgb(253,73,135); }

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