Html Css Color HEX #FC538E French Rose

📋 copy color: '#FC538E'

red 252 ◦ green 83 ◦ blue 142

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

Shades of French Rose #FC538E

Tints of French Rose #FC538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 52.83%
G = 17.4%
B = 29.77%

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

#FC538E (or 0xFC538E) is known color: French Rose. HEX triplet: FC, 53 and 8E. RGB value is (252,83,142). Sum of RGB (Red+Green+Blue) = 252+83+142=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC538E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC538E is #03AC71. Grayscale: #8C8C8C. Windows color (decimal): -240754 or 9327612. OLE color: 9327612.

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

Color convert

RGB 252 83 142 -
CMYK 0 0.67 0.44 0.01
HSL 339.05º 0.97% 0.66% -
HSV(B) 339.05º 0.67% 0.99% -
XYZ 48.12 28.83 28.62 -
YUV 140.26 128.99 207.7 -
System Red Green Blue C M Y K H S L
Decimal 252 83 142 0 0.67 0.44 0.01 339.05 0.97 0.66
Hex FC 53 8E 0 43 2C 1 153 61 42
Octal 374 123 216 0 103 54 1 523 141 102
Binary 11111100 1010011 10001110 0 1000011 101100 1 101010011 1100001 1000010

Color Harmonies of #FC538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC538E

Black with #FC538E

Text Example


Text Example

White with #FC538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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