Html Css Color HEX #FF5385 French Rose

📋 copy color: '#FF5385'

red 255 ◦ green 83 ◦ blue 133

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

Shades of French Rose #FF5385

Tints of French Rose #FF5385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.62%

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

R = 54.14%
G = 17.62%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF5385 (or 0xFF5385) is known color: French Rose. HEX triplet: FF, 53 and 85. RGB value is (255,83,133). Sum of RGB (Red+Green+Blue) = 255+83+133=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5385 is #00AC7A. Grayscale: #8C8C8C. Windows color (decimal): -44155 or 8737791. OLE color: 8737791.

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

Color convert

RGB 255 83 133 -
CMYK 0 0.67 0.48 0
HSL 342.56º 1% 0.66% -
HSV(B) 342.56º 0.67% 1% -
XYZ 48.57 29.14 25.26 -
YUV 140.13 123.98 209.93 -
System Red Green Blue C M Y K H S L
Decimal 255 83 133 0 0.67 0.48 0 342.56 1 0.66
Hex FF 53 85 0 43 30 0 157 64 42
Octal 377 123 205 0 103 60 0 527 144 102
Binary 11111111 1010011 10000101 0 1000011 110000 0 101010111 1100100 1000010

Color Harmonies of #FF5385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5385

Black with #FF5385

Text Example


Text Example

White with #FF5385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5385; }

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

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

background-color css

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

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

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

border-color css

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

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

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