Html Css Color HEX #FC4E7F French Rose

📋 copy color: '#FC4E7F'

red 252 ◦ green 78 ◦ blue 127

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

Shades of French Rose #FC4E7F

Tints of French Rose #FC4E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.07%

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

R = 55.14%
G = 17.07%
B = 27.79%

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

#FC4E7F (or 0xFC4E7F) is known color: French Rose. HEX triplet: FC, 4E and 7F. RGB value is (252,78,127). Sum of RGB (Red+Green+Blue) = 252+78+127=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4E7F is #03B180. Grayscale: #878787. Windows color (decimal): -242049 or 8343292. OLE color: 8343292.

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

Color convert

RGB 252 78 127 -
CMYK 0 0.69 0.50 0.01
HSL 343.1º 0.97% 0.65% -
HSV(B) 343.1º 0.69% 0.99% -
XYZ 46.7 27.68 22.96 -
YUV 135.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 252 78 127 0 0.69 0.50 0.01 343.1 0.97 0.65
Hex FC 4E 7F 0 45 32 1 157 61 41
Octal 374 116 177 0 105 62 1 527 141 101
Binary 11111100 1001110 1111111 0 1000101 110010 1 101010111 1100001 1000001

Color Harmonies of #FC4E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4E7F

Black with #FC4E7F

Text Example


Text Example

White with #FC4E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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