Html Css Color HEX #FF5285 French Rose

📋 copy color: '#FF5285'

red 255 ◦ green 82 ◦ blue 133

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

Shades of French Rose #FF5285

Tints of French Rose #FF5285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.45%

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

R = 54.26%
G = 17.45%
B = 28.3%

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

#FF5285 (or 0xFF5285) is known color: French Rose. HEX triplet: FF, 52 and 85. RGB value is (255,82,133). Sum of RGB (Red+Green+Blue) = 255+82+133=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5285 is #00AD7A. Grayscale: #8B8B8B. Windows color (decimal): -44411 or 8737535. OLE color: 8737535.

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

Color convert

RGB 255 82 133 -
CMYK 0 0.68 0.48 0
HSL 342.31º 1% 0.66% -
HSV(B) 342.31º 0.68% 1% -
XYZ 48.49 28.99 25.23 -
YUV 139.54 124.31 210.35 -
System Red Green Blue C M Y K H S L
Decimal 255 82 133 0 0.68 0.48 0 342.31 1 0.66
Hex FF 52 85 0 44 30 0 156 64 42
Octal 377 122 205 0 104 60 0 526 144 102
Binary 11111111 1010010 10000101 0 1000100 110000 0 101010110 1100100 1000010

Color Harmonies of #FF5285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5285

Black with #FF5285

Text Example


Text Example

White with #FF5285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5285; }

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

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

background-color css

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

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

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

border-color css

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

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

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