Html Css Color HEX #FC528F French Rose

📋 copy color: '#FC528F'

red 252 ◦ green 82 ◦ blue 143

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

Shades of French Rose #FC528F

Tints of French Rose #FC528F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.98%

R = 52.83%
G = 17.19%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC528F (or 0xFC528F) is known color: French Rose. HEX triplet: FC, 52 and 8F. RGB value is (252,82,143). Sum of RGB (Red+Green+Blue) = 252+82+143=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC528F is #03AD70. Grayscale: #8B8B8B. Windows color (decimal): -241009 or 9392892. OLE color: 9392892.

HSL color Cylindrical-coordinate representation of color #FC528F: hue angle of 338.47º 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 #FC528F is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 82 143 -
CMYK 0 0.67 0.43 0.01
HSL 338.47º 0.97% 0.65% -
HSV(B) 338.47º 0.67% 0.99% -
XYZ 48.12 28.71 28.99 -
YUV 139.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 252 82 143 0 0.67 0.43 0.01 338.47 0.97 0.65
Hex FC 52 8F 0 43 2B 1 152 61 41
Octal 374 122 217 0 103 53 1 522 141 101
Binary 11111100 1010010 10001111 0 1000011 101011 1 101010010 1100001 1000001

Color Harmonies of #FC528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC528F

Black with #FC528F

Text Example


Text Example

White with #FC528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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