Html Css Color HEX #FC7377 Froly

📋 copy color: '#FC7377'

red 252 ◦ green 115 ◦ blue 119

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

Shades of Froly #FC7377

Tints of Froly #FC7377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.66%

 BLUE value IS 119 (46.88% from 255) = 24.49%

R = 51.85%
G = 23.66%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC7377 (or 0xFC7377) is known color: Froly. HEX triplet: FC, 73 and 77. RGB value is (252,115,119). Sum of RGB (Red+Green+Blue) = 252+115+119=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7377 is #038C88. Grayscale: #9C9C9C. Windows color (decimal): -232585 or 7828476. OLE color: 7828476.

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

Color convert

RGB 252 115 119 -
CMYK 0 0.54 0.53 0.01
HSL 358.25º 0.96% 0.72% -
HSV(B) 358.25º 0.54% 0.99% -
XYZ 49.61 34.29 21.46 -
YUV 156.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 252 115 119 0 0.54 0.53 0.01 358.25 0.96 0.72
Hex FC 73 77 0 36 35 1 166 60 48
Octal 374 163 167 0 66 65 1 546 140 110
Binary 11111100 1110011 1110111 0 110110 110101 1 101100110 1100000 1001000

Color Harmonies of #FC7377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7377

Black with #FC7377

Text Example


Text Example

White with #FC7377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7377; }

 p { color: rgb(252,115,119); }

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

background-color css

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

 a { background-color: rgb(252,115,119); }

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

border-color css

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

 span { border-color: rgb(252,115,119); }

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