Html Css Color HEX #FC4D7E French Rose

📋 copy color: '#FC4D7E'

red 252 ◦ green 77 ◦ blue 126

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

Shades of French Rose #FC4D7E

Tints of French Rose #FC4D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.69%

R = 55.38%
G = 16.92%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC4D7E (or 0xFC4D7E) is known color: French Rose. HEX triplet: FC, 4D and 7E. RGB value is (252,77,126). Sum of RGB (Red+Green+Blue) = 252+77+126=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D7E is #03B281. Grayscale: #868686. Windows color (decimal): -242306 or 8277500. OLE color: 8277500.

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

Color convert

RGB 252 77 126 -
CMYK 0 0.69 0.5 0.01
HSL 343.2º 0.97% 0.65% -
HSV(B) 343.2º 0.69% 0.99% -
XYZ 46.56 27.51 22.59 -
YUV 134.91 122.98 211.52 -
System Red Green Blue C M Y K H S L
Decimal 252 77 126 0 0.69 0.5 0.01 343.2 0.97 0.65
Hex FC 4D 7E 0 45 32 1 157 61 41
Octal 374 115 176 0 105 62 1 527 141 101
Binary 11111100 1001101 1111110 0 1000101 110010 1 101010111 1100001 1000001

Color Harmonies of #FC4D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D7E

Black with #FC4D7E

Text Example


Text Example

White with #FC4D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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