Html Css Color HEX #FC4A86 French Rose

📋 copy color: '#FC4A86'

red 252 ◦ green 74 ◦ blue 134

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

Shades of French Rose #FC4A86

Tints of French Rose #FC4A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.13%

R = 54.78%
G = 16.09%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC4A86 (or 0xFC4A86) is known color: French Rose. HEX triplet: FC, 4A and 86. RGB value is (252,74,134). Sum of RGB (Red+Green+Blue) = 252+74+134=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4A86 is #03B579. Grayscale: #868686. Windows color (decimal): -243066 or 8801020. OLE color: 8801020.

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

Color convert

RGB 252 74 134 -
CMYK 0 0.71 0.47 0.01
HSL 339.78º 0.97% 0.64% -
HSV(B) 339.78º 0.71% 0.99% -
XYZ 46.9 27.31 25.35 -
YUV 134.06 127.97 212.12 -
System Red Green Blue C M Y K H S L
Decimal 252 74 134 0 0.71 0.47 0.01 339.78 0.97 0.64
Hex FC 4A 86 0 47 2F 1 154 61 40
Octal 374 112 206 0 107 57 1 524 141 100
Binary 11111100 1001010 10000110 0 1000111 101111 1 101010100 1100001 1000000

Color Harmonies of #FC4A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A86

Black with #FC4A86

Text Example


Text Example

White with #FC4A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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