Html Css Color HEX #FC4B8D French Rose

📋 copy color: '#FC4B8D'

red 252 ◦ green 75 ◦ blue 141

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

Shades of French Rose #FC4B8D

Tints of French Rose #FC4B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.03%

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

R = 53.85%
G = 16.03%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC4B8D (or 0xFC4B8D) is known color: French Rose. HEX triplet: FC, 4B and 8D. RGB value is (252,75,141). Sum of RGB (Red+Green+Blue) = 252+75+141=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4B8D is #03B472. Grayscale: #878787. Windows color (decimal): -242803 or 9260028. OLE color: 9260028.

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

Color convert

RGB 252 75 141 -
CMYK 0 0.70 0.44 0.01
HSL 337.63º 0.97% 0.64% -
HSV(B) 337.63º 0.7% 0.99% -
XYZ 47.47 27.65 28.03 -
YUV 135.45 131.14 211.13 -
System Red Green Blue C M Y K H S L
Decimal 252 75 141 0 0.70 0.44 0.01 337.63 0.97 0.64
Hex FC 4B 8D 0 46 2C 1 152 61 40
Octal 374 113 215 0 106 54 1 522 141 100
Binary 11111100 1001011 10001101 0 1000110 101100 1 101010010 1100001 1000000

Color Harmonies of #FC4B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4B8D

Black with #FC4B8D

Text Example


Text Example

White with #FC4B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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