Html Css Color HEX #FC5A8D French Rose

📋 copy color: '#FC5A8D'

red 252 ◦ green 90 ◦ blue 141

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

Shades of French Rose #FC5A8D

Tints of French Rose #FC5A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.63%

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

R = 52.17%
G = 18.63%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC5A8D (or 0xFC5A8D) is known color: French Rose. HEX triplet: FC, 5A and 8D. RGB value is (252,90,141). Sum of RGB (Red+Green+Blue) = 252+90+141=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A8D is #03A572. Grayscale: #909090. Windows color (decimal): -238963 or 9263868. OLE color: 9263868.

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

Color convert

RGB 252 90 141 -
CMYK 0 0.64 0.44 0.01
HSL 341.11º 0.96% 0.67% -
HSV(B) 341.11º 0.64% 0.99% -
XYZ 48.61 29.93 28.41 -
YUV 144.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 252 90 141 0 0.64 0.44 0.01 341.11 0.96 0.67
Hex FC 5A 8D 0 40 2C 1 155 60 43
Octal 374 132 215 0 100 54 1 525 140 103
Binary 11111100 1011010 10001101 0 1000000 101100 1 101010101 1100000 1000011

Color Harmonies of #FC5A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A8D

Black with #FC5A8D

Text Example


Text Example

White with #FC5A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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