Html Css Color HEX #FD5081 French Rose

📋 copy color: '#FD5081'

red 253 ◦ green 80 ◦ blue 129

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

Shades of French Rose #FD5081

Tints of French Rose #FD5081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.32%

 BLUE value IS 129 (50.78% from 255) = 27.92%

R = 54.76%
G = 17.32%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD5081 (or 0xFD5081) is known color: French Rose. HEX triplet: FD, 50 and 81. RGB value is (253,80,129). Sum of RGB (Red+Green+Blue) = 253+80+129=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5081 is #02AF7E. Grayscale: #898989. Windows color (decimal): -175999 or 8474877. OLE color: 8474877.

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

Color convert

RGB 253 80 129 -
CMYK 0 0.68 0.49 0.01
HSL 343.01º 0.98% 0.65% -
HSV(B) 343.01º 0.68% 0.99% -
XYZ 47.34 28.2 23.72 -
YUV 137.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 253 80 129 0 0.68 0.49 0.01 343.01 0.98 0.65
Hex FD 50 81 0 44 31 1 157 62 41
Octal 375 120 201 0 104 61 1 527 142 101
Binary 11111101 1010000 10000001 0 1000100 110001 1 101010111 1100010 1000001

Color Harmonies of #FD5081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5081

Black with #FD5081

Text Example


Text Example

White with #FD5081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5081; }

 p { color: rgb(253,80,129); }

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

background-color css

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

 a { background-color: rgb(253,80,129); }

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

border-color css

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

 span { border-color: rgb(253,80,129); }

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