Html Css Color HEX #FC538A French Rose

📋 copy color: '#FC538A'

red 252 ◦ green 83 ◦ blue 138

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

Shades of French Rose #FC538A

Tints of French Rose #FC538A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 53.28%
G = 17.55%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC538A (or 0xFC538A) is known color: French Rose. HEX triplet: FC, 53 and 8A. RGB value is (252,83,138). Sum of RGB (Red+Green+Blue) = 252+83+138=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC538A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC538A is #03AC75. Grayscale: #8B8B8B. Windows color (decimal): -240758 or 9065468. OLE color: 9065468.

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

Color convert

RGB 252 83 138 -
CMYK 0 0.67 0.45 0.01
HSL 340.47º 0.97% 0.66% -
HSV(B) 340.47º 0.67% 0.99% -
XYZ 47.83 28.72 27.07 -
YUV 139.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 252 83 138 0 0.67 0.45 0.01 340.47 0.97 0.66
Hex FC 53 8A 0 43 2D 1 154 61 42
Octal 374 123 212 0 103 55 1 524 141 102
Binary 11111100 1010011 10001010 0 1000011 101101 1 101010100 1100001 1000010

Color Harmonies of #FC538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC538A

Black with #FC538A

Text Example


Text Example

White with #FC538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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