Html Css Color HEX #FC4D7F French Rose

📋 copy color: '#FC4D7F'

red 252 ◦ green 77 ◦ blue 127

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

Shades of French Rose #FC4D7F

Tints of French Rose #FC4D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.85%

R = 55.26%
G = 16.89%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC4D7F (or 0xFC4D7F) is known color: French Rose. HEX triplet: FC, 4D and 7F. RGB value is (252,77,127). Sum of RGB (Red+Green+Blue) = 252+77+127=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D7F is #03B280. Grayscale: #878787. Windows color (decimal): -242305 or 8343036. OLE color: 8343036.

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

Color convert

RGB 252 77 127 -
CMYK 0 0.69 0.50 0.01
HSL 342.86º 0.97% 0.65% -
HSV(B) 342.86º 0.69% 0.99% -
XYZ 46.63 27.54 22.94 -
YUV 135.03 123.48 211.43 -
System Red Green Blue C M Y K H S L
Decimal 252 77 127 0 0.69 0.50 0.01 342.86 0.97 0.65
Hex FC 4D 7F 0 45 32 1 157 61 41
Octal 374 115 177 0 105 62 1 527 141 101
Binary 11111100 1001101 1111111 0 1000101 110010 1 101010111 1100001 1000001

Color Harmonies of #FC4D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D7F

Black with #FC4D7F

Text Example


Text Example

White with #FC4D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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