Html Css Color HEX #FC548B French Rose

📋 copy color: '#FC548B'

red 252 ◦ green 84 ◦ blue 139

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

Shades of French Rose #FC548B

Tints of French Rose #FC548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.26%

R = 53.05%
G = 17.68%
B = 29.26%

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

#FC548B (or 0xFC548B) is known color: French Rose. HEX triplet: FC, 54 and 8B. RGB value is (252,84,139). Sum of RGB (Red+Green+Blue) = 252+84+139=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC548B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC548B is #03AB74. Grayscale: #8C8C8C. Windows color (decimal): -240501 or 9131260. OLE color: 9131260.

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

Color convert

RGB 252 84 139 -
CMYK 0 0.67 0.45 0.01
HSL 340.36º 0.97% 0.66% -
HSV(B) 340.36º 0.67% 0.99% -
XYZ 47.98 28.9 27.48 -
YUV 140.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 252 84 139 0 0.67 0.45 0.01 340.36 0.97 0.66
Hex FC 54 8B 0 43 2D 1 154 61 42
Octal 374 124 213 0 103 55 1 524 141 102
Binary 11111100 1010100 10001011 0 1000011 101101 1 101010100 1100001 1000010

Color Harmonies of #FC548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC548B

Black with #FC548B

Text Example


Text Example

White with #FC548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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