Html Css Color HEX #FD487A French Rose

📋 copy color: '#FD487A'

red 253 ◦ green 72 ◦ blue 122

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

Shades of French Rose #FD487A

Tints of French Rose #FD487A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 56.6%
G = 16.11%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD487A (or 0xFD487A) is known color: French Rose. HEX triplet: FD, 48 and 7A. RGB value is (253,72,122). Sum of RGB (Red+Green+Blue) = 253+72+122=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD487A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD487A is #02B785. Grayscale: #838383. Windows color (decimal): -178054 or 8014077. OLE color: 8014077.

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

Color convert

RGB 253 72 122 -
CMYK 0 0.72 0.52 0.01
HSL 343.43º 0.98% 0.64% -
HSV(B) 343.43º 0.72% 0.99% -
XYZ 46.34 26.92 21.17 -
YUV 131.82 122.47 214.43 -
System Red Green Blue C M Y K H S L
Decimal 253 72 122 0 0.72 0.52 0.01 343.43 0.98 0.64
Hex FD 48 7A 0 48 34 1 157 62 40
Octal 375 110 172 0 110 64 1 527 142 100
Binary 11111101 1001000 1111010 0 1001000 110100 1 101010111 1100010 1000000

Color Harmonies of #FD487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD487A

Black with #FD487A

Text Example


Text Example

White with #FD487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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