Html Css Color HEX #FF528D French Rose

📋 copy color: '#FF528D'

red 255 ◦ green 82 ◦ blue 141

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

Shades of French Rose #FF528D

Tints of French Rose #FF528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 53.35%
G = 17.15%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF528D (or 0xFF528D) is known color: French Rose. HEX triplet: FF, 52 and 8D. RGB value is (255,82,141). Sum of RGB (Red+Green+Blue) = 255+82+141=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF528D is #00AD72. Grayscale: #8C8C8C. Windows color (decimal): -44403 or 9261823. OLE color: 9261823.

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

Color convert

RGB 255 82 141 -
CMYK 0 0.68 0.45 0
HSL 339.54º 1% 0.66% -
HSV(B) 339.54º 0.68% 1% -
XYZ 49.07 29.22 28.25 -
YUV 140.45 128.31 209.7 -
System Red Green Blue C M Y K H S L
Decimal 255 82 141 0 0.68 0.45 0 339.54 1 0.66
Hex FF 52 8D 0 44 2D 0 154 64 42
Octal 377 122 215 0 104 55 0 524 144 102
Binary 11111111 1010010 10001101 0 1000100 101101 0 101010100 1100100 1000010

Color Harmonies of #FF528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF528D

Black with #FF528D

Text Example


Text Example

White with #FF528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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