Html Css Color HEX #FD5488 French Rose

📋 copy color: '#FD5488'

red 253 ◦ green 84 ◦ blue 136

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

Shades of French Rose #FD5488

Tints of French Rose #FD5488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.76%

 BLUE value IS 136 (53.52% from 255) = 28.75%

R = 53.49%
G = 17.76%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD5488 (or 0xFD5488) is known color: French Rose. HEX triplet: FD, 54 and 88. RGB value is (253,84,136). Sum of RGB (Red+Green+Blue) = 253+84+136=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5488 is #02AB77. Grayscale: #8C8C8C. Windows color (decimal): -174968 or 8934653. OLE color: 8934653.

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

Color convert

RGB 253 84 136 -
CMYK 0 0.67 0.46 0.01
HSL 341.54º 0.98% 0.66% -
HSV(B) 341.54º 0.67% 0.99% -
XYZ 48.12 29 26.35 -
YUV 140.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 253 84 136 0 0.67 0.46 0.01 341.54 0.98 0.66
Hex FD 54 88 0 43 2E 1 156 62 42
Octal 375 124 210 0 103 56 1 526 142 102
Binary 11111101 1010100 10001000 0 1000011 101110 1 101010110 1100010 1000010

Color Harmonies of #FD5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5488

Black with #FD5488

Text Example


Text Example

White with #FD5488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5488; }

 p { color: rgb(253,84,136); }

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

background-color css

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

 a { background-color: rgb(253,84,136); }

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

border-color css

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

 span { border-color: rgb(253,84,136); }

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