Html Css Color HEX #FF5085 French Rose

📋 copy color: '#FF5085'

red 255 ◦ green 80 ◦ blue 133

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

Shades of French Rose #FF5085

Tints of French Rose #FF5085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.42%

R = 54.49%
G = 17.09%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF5085 (or 0xFF5085) is known color: French Rose. HEX triplet: FF, 50 and 85. RGB value is (255,80,133). Sum of RGB (Red+Green+Blue) = 255+80+133=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5085 is #00AF7A. Grayscale: #8A8A8A. Windows color (decimal): -44923 or 8737023. OLE color: 8737023.

HSL color Cylindrical-coordinate representation of color #FF5085: hue angle of 341.83º 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 #FF5085 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 133 -
CMYK 0 0.69 0.48 0
HSL 341.83º 1% 0.66% -
HSV(B) 341.83º 0.69% 1% -
XYZ 48.34 28.69 25.18 -
YUV 138.37 124.98 211.19 -
System Red Green Blue C M Y K H S L
Decimal 255 80 133 0 0.69 0.48 0 341.83 1 0.66
Hex FF 50 85 0 45 30 0 156 64 42
Octal 377 120 205 0 105 60 0 526 144 102
Binary 11111111 1010000 10000101 0 1000101 110000 0 101010110 1100100 1000010

Color Harmonies of #FF5085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5085

Black with #FF5085

Text Example


Text Example

White with #FF5085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5085; }

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

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

background-color css

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

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

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

border-color css

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

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

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