Html Css Color HEX #FC4B7C French Rose

📋 copy color: '#FC4B7C'

red 252 ◦ green 75 ◦ blue 124

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

Shades of French Rose #FC4B7C

Tints of French Rose #FC4B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.49%

R = 55.88%
G = 16.63%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC4B7C (or 0xFC4B7C) is known color: French Rose. HEX triplet: FC, 4B and 7C. RGB value is (252,75,124). Sum of RGB (Red+Green+Blue) = 252+75+124=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4B7C is #03B483. Grayscale: #858585. Windows color (decimal): -242820 or 8145916. OLE color: 8145916.

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

Color convert

RGB 252 75 124 -
CMYK 0 0.70 0.51 0.01
HSL 343.39º 0.97% 0.64% -
HSV(B) 343.39º 0.7% 0.99% -
XYZ 46.3 27.18 21.88 -
YUV 133.51 122.64 212.52 -
System Red Green Blue C M Y K H S L
Decimal 252 75 124 0 0.70 0.51 0.01 343.39 0.97 0.64
Hex FC 4B 7C 0 46 33 1 157 61 40
Octal 374 113 174 0 106 63 1 527 141 100
Binary 11111100 1001011 1111100 0 1000110 110011 1 101010111 1100001 1000000

Color Harmonies of #FC4B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4B7C

Black with #FC4B7C

Text Example


Text Example

White with #FC4B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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