Html Css Color HEX #FC4A7B French Rose

📋 copy color: '#FC4A7B'

red 252 ◦ green 74 ◦ blue 123

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

Shades of French Rose #FC4A7B

Tints of French Rose #FC4A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.39%

R = 56.12%
G = 16.48%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC4A7B (or 0xFC4A7B) is known color: French Rose. HEX triplet: FC, 4A and 7B. RGB value is (252,74,123). Sum of RGB (Red+Green+Blue) = 252+74+123=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A7B is #03B584. Grayscale: #848484. Windows color (decimal): -243077 or 8080124. OLE color: 8080124.

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

Color convert

RGB 252 74 123 -
CMYK 0 0.71 0.51 0.01
HSL 343.48º 0.97% 0.64% -
HSV(B) 343.48º 0.71% 0.99% -
XYZ 46.17 27.02 21.52 -
YUV 132.81 122.47 213.02 -
System Red Green Blue C M Y K H S L
Decimal 252 74 123 0 0.71 0.51 0.01 343.48 0.97 0.64
Hex FC 4A 7B 0 47 33 1 157 61 40
Octal 374 112 173 0 107 63 1 527 141 100
Binary 11111100 1001010 1111011 0 1000111 110011 1 101010111 1100001 1000000

Color Harmonies of #FC4A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A7B

Black with #FC4A7B

Text Example


Text Example

White with #FC4A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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