Html Css Color HEX #FD5183 French Rose

📋 copy color: '#FD5183'

red 253 ◦ green 81 ◦ blue 131

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

Shades of French Rose #FD5183

Tints of French Rose #FD5183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.42%

 BLUE value IS 131 (51.56% from 255) = 28.17%

R = 54.41%
G = 17.42%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD5183 (or 0xFD5183) is known color: French Rose. HEX triplet: FD, 51 and 83. RGB value is (253,81,131). Sum of RGB (Red+Green+Blue) = 253+81+131=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5183 is #02AE7C. Grayscale: #8A8A8A. Windows color (decimal): -175741 or 8606205. OLE color: 8606205.

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

Color convert

RGB 253 81 131 -
CMYK 0 0.68 0.48 0.01
HSL 342.56º 0.98% 0.65% -
HSV(B) 342.56º 0.68% 0.99% -
XYZ 47.55 28.41 24.45 -
YUV 138.13 123.98 209.93 -
System Red Green Blue C M Y K H S L
Decimal 253 81 131 0 0.68 0.48 0.01 342.56 0.98 0.65
Hex FD 51 83 0 44 30 1 157 62 41
Octal 375 121 203 0 104 60 1 527 142 101
Binary 11111101 1010001 10000011 0 1000100 110000 1 101010111 1100010 1000001

Color Harmonies of #FD5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5183

Black with #FD5183

Text Example


Text Example

White with #FD5183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5183; }

 p { color: rgb(253,81,131); }

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

background-color css

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

 a { background-color: rgb(253,81,131); }

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

border-color css

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

 span { border-color: rgb(253,81,131); }

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