Html Css Color HEX #FC4A7D French Rose

📋 copy color: '#FC4A7D'

red 252 ◦ green 74 ◦ blue 125

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

Shades of French Rose #FC4A7D

Tints of French Rose #FC4A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.41%

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 55.88%
G = 16.41%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC4A7D (or 0xFC4A7D) is known color: French Rose. HEX triplet: FC, 4A and 7D. RGB value is (252,74,125). Sum of RGB (Red+Green+Blue) = 252+74+125=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A7D is #03B582. Grayscale: #858585. Windows color (decimal): -243075 or 8211196. OLE color: 8211196.

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

Color convert

RGB 252 74 125 -
CMYK 0 0.71 0.50 0.01
HSL 342.81º 0.97% 0.64% -
HSV(B) 342.81º 0.71% 0.99% -
XYZ 46.3 27.07 22.19 -
YUV 133.04 123.47 212.85 -
System Red Green Blue C M Y K H S L
Decimal 252 74 125 0 0.71 0.50 0.01 342.81 0.97 0.64
Hex FC 4A 7D 0 47 32 1 157 61 40
Octal 374 112 175 0 107 62 1 527 141 100
Binary 11111100 1001010 1111101 0 1000111 110010 1 101010111 1100001 1000000

Color Harmonies of #FC4A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A7D

Black with #FC4A7D

Text Example


Text Example

White with #FC4A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A7D; }

 p { color: rgb(252,74,125); }

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

background-color css

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

 a { background-color: rgb(252,74,125); }

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

border-color css

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

 span { border-color: rgb(252,74,125); }

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