Html Css Color HEX #FF528A French Rose

📋 copy color: '#FF528A'

red 255 ◦ green 82 ◦ blue 138

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

Shades of French Rose #FF528A

Tints of French Rose #FF528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.05%

R = 53.68%
G = 17.26%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF528A (or 0xFF528A) is known color: French Rose. HEX triplet: FF, 52 and 8A. RGB value is (255,82,138). Sum of RGB (Red+Green+Blue) = 255+82+138=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF528A is #00AD75. Grayscale: #8C8C8C. Windows color (decimal): -44406 or 9065215. OLE color: 9065215.

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

Color convert

RGB 255 82 138 -
CMYK 0 0.68 0.46 0
HSL 340.58º 1% 0.66% -
HSV(B) 340.58º 0.68% 1% -
XYZ 48.84 29.13 27.09 -
YUV 140.11 126.81 209.95 -
System Red Green Blue C M Y K H S L
Decimal 255 82 138 0 0.68 0.46 0 340.58 1 0.66
Hex FF 52 8A 0 44 2E 0 155 64 42
Octal 377 122 212 0 104 56 0 525 144 102
Binary 11111111 1010010 10001010 0 1000100 101110 0 101010101 1100100 1000010

Color Harmonies of #FF528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF528A

Black with #FF528A

Text Example


Text Example

White with #FF528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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