Html Css Color HEX #FC538D French Rose

📋 copy color: '#FC538D'

red 252 ◦ green 83 ◦ blue 141

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

Shades of French Rose #FC538D

Tints of French Rose #FC538D

RGB

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

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

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

R = 52.94%
G = 17.44%
B = 29.62%

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

#FC538D (or 0xFC538D) is known color: French Rose. HEX triplet: FC, 53 and 8D. RGB value is (252,83,141). Sum of RGB (Red+Green+Blue) = 252+83+141=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC538D is #03AC72. Grayscale: #8C8C8C. Windows color (decimal): -240755 or 9262076. OLE color: 9262076.

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

Color convert

RGB 252 83 141 -
CMYK 0 0.67 0.44 0.01
HSL 339.41º 0.97% 0.66% -
HSV(B) 339.41º 0.67% 0.99% -
XYZ 48.05 28.81 28.23 -
YUV 140.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 252 83 141 0 0.67 0.44 0.01 339.41 0.97 0.66
Hex FC 53 8D 0 43 2C 1 153 61 42
Octal 374 123 215 0 103 54 1 523 141 102
Binary 11111100 1010011 10001101 0 1000011 101100 1 101010011 1100001 1000010

Color Harmonies of #FC538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC538D

Black with #FC538D

Text Example


Text Example

White with #FC538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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