Html Css Color HEX #FC787D Froly

📋 copy color: '#FC787D'

red 252 ◦ green 120 ◦ blue 125

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

Shades of Froly #FC787D

Tints of Froly #FC787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.14%

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

R = 50.7%
G = 24.14%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC787D (or 0xFC787D) is known color: Froly. HEX triplet: FC, 78 and 7D. RGB value is (252,120,125). Sum of RGB (Red+Green+Blue) = 252+120+125=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC787D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC787D is #038782. Grayscale: #A0A0A0. Windows color (decimal): -231299 or 8222972. OLE color: 8222972.

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

Color convert

RGB 252 120 125 -
CMYK 0 0.52 0.50 0.01
HSL 357.73º 0.96% 0.73% -
HSV(B) 357.73º 0.52% 0.99% -
XYZ 50.56 35.61 23.61 -
YUV 160.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 252 120 125 0 0.52 0.50 0.01 357.73 0.96 0.73
Hex FC 78 7D 0 34 32 1 166 60 49
Octal 374 170 175 0 64 62 1 546 140 111
Binary 11111100 1111000 1111101 0 110100 110010 1 101100110 1100000 1001001

Color Harmonies of #FC787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC787D

Black with #FC787D

Text Example


Text Example

White with #FC787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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