Html Css Color HEX #FC4B8B French Rose

📋 copy color: '#FC4B8B'

red 252 ◦ green 75 ◦ blue 139

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

Shades of French Rose #FC4B8B

Tints of French Rose #FC4B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.83%

R = 54.08%
G = 16.09%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC4B8B (or 0xFC4B8B) is known color: French Rose. HEX triplet: FC, 4B and 8B. RGB value is (252,75,139). Sum of RGB (Red+Green+Blue) = 252+75+139=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4B8B is #03B474. Grayscale: #878787. Windows color (decimal): -242805 or 9128956. OLE color: 9128956.

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

Color convert

RGB 252 75 139 -
CMYK 0 0.70 0.45 0.01
HSL 338.31º 0.97% 0.64% -
HSV(B) 338.31º 0.7% 0.99% -
XYZ 47.32 27.59 27.26 -
YUV 135.22 130.14 211.3 -
System Red Green Blue C M Y K H S L
Decimal 252 75 139 0 0.70 0.45 0.01 338.31 0.97 0.64
Hex FC 4B 8B 0 46 2D 1 152 61 40
Octal 374 113 213 0 106 55 1 522 141 100
Binary 11111100 1001011 10001011 0 1000110 101101 1 101010010 1100001 1000000

Color Harmonies of #FC4B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4B8B

Black with #FC4B8B

Text Example


Text Example

White with #FC4B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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