Html Css Color HEX #FC4A8A French Rose

📋 copy color: '#FC4A8A'

red 252 ◦ green 74 ◦ blue 138

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

Shades of French Rose #FC4A8A

Tints of French Rose #FC4A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 54.31%
G = 15.95%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC4A8A (or 0xFC4A8A) is known color: French Rose. HEX triplet: FC, 4A and 8A. RGB value is (252,74,138). Sum of RGB (Red+Green+Blue) = 252+74+138=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4A8A is #03B575. Grayscale: #868686. Windows color (decimal): -243062 or 9063164. OLE color: 9063164.

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

Color convert

RGB 252 74 138 -
CMYK 0 0.71 0.45 0.01
HSL 338.43º 0.97% 0.64% -
HSV(B) 338.43º 0.71% 0.99% -
XYZ 47.18 27.43 26.85 -
YUV 134.52 129.97 211.8 -
System Red Green Blue C M Y K H S L
Decimal 252 74 138 0 0.71 0.45 0.01 338.43 0.97 0.64
Hex FC 4A 8A 0 47 2D 1 152 61 40
Octal 374 112 212 0 107 55 1 522 141 100
Binary 11111100 1001010 10001010 0 1000111 101101 1 101010010 1100001 1000000

Color Harmonies of #FC4A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A8A

Black with #FC4A8A

Text Example


Text Example

White with #FC4A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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