Html Css Color HEX #FC548A French Rose

📋 copy color: '#FC548A'

red 252 ◦ green 84 ◦ blue 138

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

Shades of French Rose #FC548A

Tints of French Rose #FC548A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.72%

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

R = 53.16%
G = 17.72%
B = 29.11%

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

#FC548A (or 0xFC548A) is known color: French Rose. HEX triplet: FC, 54 and 8A. RGB value is (252,84,138). Sum of RGB (Red+Green+Blue) = 252+84+138=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC548A is #03AB75. Grayscale: #8C8C8C. Windows color (decimal): -240502 or 9065724. OLE color: 9065724.

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

Color convert

RGB 252 84 138 -
CMYK 0 0.67 0.45 0.01
HSL 340.71º 0.97% 0.66% -
HSV(B) 340.71º 0.67% 0.99% -
XYZ 47.9 28.87 27.09 -
YUV 140.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 252 84 138 0 0.67 0.45 0.01 340.71 0.97 0.66
Hex FC 54 8A 0 43 2D 1 155 61 42
Octal 374 124 212 0 103 55 1 525 141 102
Binary 11111100 1010100 10001010 0 1000011 101101 1 101010101 1100001 1000010

Color Harmonies of #FC548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC548A

Black with #FC548A

Text Example


Text Example

White with #FC548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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