Html Css Color HEX #FC528E French Rose

📋 copy color: '#FC528E'

red 252 ◦ green 82 ◦ blue 142

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

Shades of French Rose #FC528E

Tints of French Rose #FC528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.83%

R = 52.94%
G = 17.23%
B = 29.83%

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

#FC528E (or 0xFC528E) is known color: French Rose. HEX triplet: FC, 52 and 8E. RGB value is (252,82,142). Sum of RGB (Red+Green+Blue) = 252+82+142=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC528E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC528E is #03AD71. Grayscale: #8B8B8B. Windows color (decimal): -241010 or 9327356. OLE color: 9327356.

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

Color convert

RGB 252 82 142 -
CMYK 0 0.67 0.44 0.01
HSL 338.82º 0.97% 0.65% -
HSV(B) 338.82º 0.67% 0.99% -
XYZ 48.04 28.68 28.6 -
YUV 139.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 252 82 142 0 0.67 0.44 0.01 338.82 0.97 0.65
Hex FC 52 8E 0 43 2C 1 153 61 41
Octal 374 122 216 0 103 54 1 523 141 101
Binary 11111100 1010010 10001110 0 1000011 101100 1 101010011 1100001 1000001

Color Harmonies of #FC528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC528E

Black with #FC528E

Text Example


Text Example

White with #FC528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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