Html Css Color HEX #FF5288 French Rose

📋 copy color: '#FF5288'

red 255 ◦ green 82 ◦ blue 136

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

Shades of French Rose #FF5288

Tints of French Rose #FF5288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.75%

R = 53.91%
G = 17.34%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF5288 (or 0xFF5288) is known color: French Rose. HEX triplet: FF, 52 and 88. RGB value is (255,82,136). Sum of RGB (Red+Green+Blue) = 255+82+136=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5288 is #00AD77. Grayscale: #8B8B8B. Windows color (decimal): -44408 or 8934143. OLE color: 8934143.

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

Color convert

RGB 255 82 136 -
CMYK 0 0.68 0.47 0
HSL 341.27º 1% 0.66% -
HSV(B) 341.27º 0.68% 1% -
XYZ 48.7 29.07 26.34 -
YUV 139.88 125.81 210.11 -
System Red Green Blue C M Y K H S L
Decimal 255 82 136 0 0.68 0.47 0 341.27 1 0.66
Hex FF 52 88 0 44 2F 0 155 64 42
Octal 377 122 210 0 104 57 0 525 144 102
Binary 11111111 1010010 10001000 0 1000100 101111 0 101010101 1100100 1000010

Color Harmonies of #FF5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5288

Black with #FF5288

Text Example


Text Example

White with #FF5288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5288; }

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

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

background-color css

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

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

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

border-color css

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

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

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