Html Css Color HEX #FC5D92 French Rose

📋 copy color: '#FC5D92'

red 252 ◦ green 93 ◦ blue 146

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

Shades of French Rose #FC5D92

Tints of French Rose #FC5D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.94%

 BLUE value IS 146 (57.42% from 255) = 29.74%

R = 51.32%
G = 18.94%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC5D92 (or 0xFC5D92) is known color: French Rose. HEX triplet: FC, 5D and 92. RGB value is (252,93,146). Sum of RGB (Red+Green+Blue) = 252+93+146=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D92 is #03A26D. Grayscale: #929292. Windows color (decimal): -238190 or 9592316. OLE color: 9592316.

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

Color convert

RGB 252 93 146 -
CMYK 0 0.63 0.42 0.01
HSL 340º 0.96% 0.68% -
HSV(B) 340º 0.63% 0.99% -
XYZ 49.25 30.6 30.5 -
YUV 146.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 252 93 146 0 0.63 0.42 0.01 340 0.96 0.68
Hex FC 5D 92 0 3F 2A 1 154 60 44
Octal 374 135 222 0 77 52 1 524 140 104
Binary 11111100 1011101 10010010 0 111111 101010 1 101010100 1100000 1000100

Color Harmonies of #FC5D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D92

Black with #FC5D92

Text Example


Text Example

White with #FC5D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D92; }

 p { color: rgb(252,93,146); }

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

background-color css

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

 a { background-color: rgb(252,93,146); }

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

border-color css

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

 span { border-color: rgb(252,93,146); }

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