Html Css Color HEX #FF5185 French Rose

📋 copy color: '#FF5185'

red 255 ◦ green 81 ◦ blue 133

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

Shades of French Rose #FF5185

Tints of French Rose #FF5185

RGB

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

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

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

R = 54.37%
G = 17.27%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF5185 (or 0xFF5185) is known color: French Rose. HEX triplet: FF, 51 and 85. RGB value is (255,81,133). Sum of RGB (Red+Green+Blue) = 255+81+133=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5185 is #00AE7A. Grayscale: #8A8A8A. Windows color (decimal): -44667 or 8737279. OLE color: 8737279.

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

Color convert

RGB 255 81 133 -
CMYK 0 0.68 0.48 0
HSL 342.07º 1% 0.66% -
HSV(B) 342.07º 0.68% 1% -
XYZ 48.42 28.84 25.2 -
YUV 138.95 124.65 210.77 -
System Red Green Blue C M Y K H S L
Decimal 255 81 133 0 0.68 0.48 0 342.07 1 0.66
Hex FF 51 85 0 44 30 0 156 64 42
Octal 377 121 205 0 104 60 0 526 144 102
Binary 11111111 1010001 10000101 0 1000100 110000 0 101010110 1100100 1000010

Color Harmonies of #FF5185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5185

Black with #FF5185

Text Example


Text Example

White with #FF5185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5185; }

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

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

background-color css

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

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

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

border-color css

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

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

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