Html Css Color HEX #FF5083 French Rose

📋 copy color: '#FF5083'

red 255 ◦ green 80 ◦ blue 131

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

Shades of French Rose #FF5083

Tints of French Rose #FF5083

RGB

 RED value IS 255 (100% from 255) = 54.72%

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

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

R = 54.72%
G = 17.17%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF5083 (or 0xFF5083) is known color: French Rose. HEX triplet: FF, 50 and 83. RGB value is (255,80,131). Sum of RGB (Red+Green+Blue) = 255+80+131=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5083 is #00AF7C. Grayscale: #8A8A8A. Windows color (decimal): -44925 or 8605951. OLE color: 8605951.

HSL color Cylindrical-coordinate representation of color #FF5083: hue angle of 342.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5083 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 131 -
CMYK 0 0.69 0.49 0
HSL 342.51º 1% 0.66% -
HSV(B) 342.51º 0.69% 1% -
XYZ 48.21 28.64 24.46 -
YUV 138.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 255 80 131 0 0.69 0.49 0 342.51 1 0.66
Hex FF 50 83 0 45 31 0 157 64 42
Octal 377 120 203 0 105 61 0 527 144 102
Binary 11111111 1010000 10000011 0 1000101 110001 0 101010111 1100100 1000010

Color Harmonies of #FF5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5083

Black with #FF5083

Text Example


Text Example

White with #FF5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5083; }

 p { color: rgb(255,80,131); }

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

background-color css

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

 a { background-color: rgb(255,80,131); }

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

border-color css

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

 span { border-color: rgb(255,80,131); }

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