Html Css Color HEX #FC528D French Rose

📋 copy color: '#FC528D'

red 252 ◦ green 82 ◦ blue 141

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

Shades of French Rose #FC528D

Tints of French Rose #FC528D

RGB

 RED value IS 252 (98.83% from 255) = 53.05%

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

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

R = 53.05%
G = 17.26%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC528D (or 0xFC528D) is known color: French Rose. HEX triplet: FC, 52 and 8D. RGB value is (252,82,141). Sum of RGB (Red+Green+Blue) = 252+82+141=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC528D is #03AD72. Grayscale: #8B8B8B. Windows color (decimal): -241011 or 9261820. OLE color: 9261820.

HSL color Cylindrical-coordinate representation of color #FC528D: hue angle of 339.18º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC528D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 82 141 -
CMYK 0 0.67 0.44 0.01
HSL 339.18º 0.97% 0.65% -
HSV(B) 339.18º 0.67% 0.99% -
XYZ 47.97 28.65 28.2 -
YUV 139.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 252 82 141 0 0.67 0.44 0.01 339.18 0.97 0.65
Hex FC 52 8D 0 43 2C 1 153 61 41
Octal 374 122 215 0 103 54 1 523 141 101
Binary 11111100 1010010 10001101 0 1000011 101100 1 101010011 1100001 1000001

Color Harmonies of #FC528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC528D

Black with #FC528D

Text Example


Text Example

White with #FC528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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