Html Css Color HEX #FC5A92 French Rose

📋 copy color: '#FC5A92'

red 252 ◦ green 90 ◦ blue 146

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

Shades of French Rose #FC5A92

Tints of French Rose #FC5A92

RGB

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

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

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

R = 51.64%
G = 18.44%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC5A92 (or 0xFC5A92) is known color: French Rose. HEX triplet: FC, 5A and 92. RGB value is (252,90,146). Sum of RGB (Red+Green+Blue) = 252+90+146=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A92 is #03A56D. Grayscale: #909090. Windows color (decimal): -238958 or 9591548. OLE color: 9591548.

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

Color convert

RGB 252 90 146 -
CMYK 0 0.64 0.42 0.01
HSL 339.26º 0.96% 0.67% -
HSV(B) 339.26º 0.64% 0.99% -
XYZ 48.99 30.08 30.42 -
YUV 144.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 252 90 146 0 0.64 0.42 0.01 339.26 0.96 0.67
Hex FC 5A 92 0 40 2A 1 153 60 43
Octal 374 132 222 0 100 52 1 523 140 103
Binary 11111100 1011010 10010010 0 1000000 101010 1 101010011 1100000 1000011

Color Harmonies of #FC5A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A92

Black with #FC5A92

Text Example


Text Example

White with #FC5A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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