Html Css Color HEX #FC4D93 French Rose

📋 copy color: '#FC4D93'

red 252 ◦ green 77 ◦ blue 147

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

Shades of French Rose #FC4D93

Tints of French Rose #FC4D93

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.18%

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 52.94%
G = 16.18%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC4D93 (or 0xFC4D93) is known color: French Rose. HEX triplet: FC, 4D and 93. RGB value is (252,77,147). Sum of RGB (Red+Green+Blue) = 252+77+147=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4D93 is #03B26C. Grayscale: #898989. Windows color (decimal): -242285 or 9653756. OLE color: 9653756.

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

Color convert

RGB 252 77 147 -
CMYK 0 0.69 0.42 0.01
HSL 336º 0.97% 0.65% -
HSV(B) 336º 0.69% 0.99% -
XYZ 48.07 28.11 30.5 -
YUV 137.31 133.48 209.81 -
System Red Green Blue C M Y K H S L
Decimal 252 77 147 0 0.69 0.42 0.01 336 0.97 0.65
Hex FC 4D 93 0 45 2A 1 150 61 41
Octal 374 115 223 0 105 52 1 520 141 101
Binary 11111100 1001101 10010011 0 1000101 101010 1 101010000 1100001 1000001

Color Harmonies of #FC4D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D93

Black with #FC4D93

Text Example


Text Example

White with #FC4D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D93; }

 p { color: rgb(252,77,147); }

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

background-color css

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

 a { background-color: rgb(252,77,147); }

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

border-color css

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

 span { border-color: rgb(252,77,147); }

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