Html Css Color HEX #FC4988 French Rose

📋 copy color: '#FC4988'

red 252 ◦ green 73 ◦ blue 136

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

Shades of French Rose #FC4988

Tints of French Rose #FC4988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.84%

 BLUE value IS 136 (53.52% from 255) = 29.5%

R = 54.66%
G = 15.84%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC4988 (or 0xFC4988) is known color: French Rose. HEX triplet: FC, 49 and 88. RGB value is (252,73,136). Sum of RGB (Red+Green+Blue) = 252+73+136=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4988 is #03B677. Grayscale: #858585. Windows color (decimal): -243320 or 8931836. OLE color: 8931836.

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

Color convert

RGB 252 73 136 -
CMYK 0 0.71 0.46 0.01
HSL 338.88º 0.97% 0.64% -
HSV(B) 338.88º 0.71% 0.99% -
XYZ 46.97 27.24 26.07 -
YUV 133.7 129.3 212.38 -
System Red Green Blue C M Y K H S L
Decimal 252 73 136 0 0.71 0.46 0.01 338.88 0.97 0.64
Hex FC 49 88 0 47 2E 1 153 61 40
Octal 374 111 210 0 107 56 1 523 141 100
Binary 11111100 1001001 10001000 0 1000111 101110 1 101010011 1100001 1000000

Color Harmonies of #FC4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4988

Black with #FC4988

Text Example


Text Example

White with #FC4988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4988; }

 p { color: rgb(252,73,136); }

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

background-color css

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

 a { background-color: rgb(252,73,136); }

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

border-color css

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

 span { border-color: rgb(252,73,136); }

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